MindFusion.Charting for Silverlight Programmer's Guide
RotatedLabel.MeasureOverride Method
See Also
 






Provides behavior for the Measure pass of the layout for this RotatedLabel.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

protected override Size MeasureOverride (
    Size constraint
)

Visual Basic  Copy Code

Protected Overrides Function MeasureOverride( _
    constraint As Size _
) As Size

 Parameters

constraint

The available size that the RotatedLabel could use.

 Return Value

An insrtance of the System.Windows.Size structure that defines the space this RotatedLabel calculates it needs.

 See Also

RotatedLabel Members
RotatedLabel Class
MindFusion.Charting.Silverlight Namespace