Returns the height of an abitrary data label holding the given data.

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

Syntax

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

Parameters

data
Type: System..::..Object
The data that the data label will hold.

Return Value

The height of the data label.

See Also