Returns the height of a data label for the given data object.

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

Syntax

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

Parameters

data
Type: System..::..Object
The data object.

Return Value

The width of a data label displaying the given data object.

See Also