Returns the width of a data label for the given data value.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected double GetWidth(
	Object data
)
Visual Basic
Protected Function GetWidth ( _
	data As Object _
) As Double
Visual C++
protected:
double GetWidth(
	Object^ data
)

Parameters

data
Type: System..::..Object
The data value.

Return Value

The width of a data label that displays the given data value.

See Also