MindFusion.Charting for Silverlight Programmer's Guide
LinearScale.ScaleLength Property
See Also
 






Gets or sets the length of the scale. This is a dependency property.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public Length ScaleLength { get; set; }

Visual Basic  Copy Code

Public Property ScaleLength As Length

 Property Value

An instance of the Length structure.

 Remarks

Relative scale length is measured based on the width of the control in horizontal scales and on the height of the control in vertical scales.

 See Also

LinearScale Members
LinearScale Class
MindFusion.Gauges.Silverlight Namespace
Left Property
Top Property