MindFusion.Charting for Silverlight Programmer's Guide
Range.AutoSize Property
See Also
 






Gets or sets a value indicating whether the start and end width of the range will be automatically adjusted to match the width of the scale. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool AutoSize { get; set; }

Visual Basic  Copy Code

Public Property AutoSize As Boolean

 Property Value

A boolean value.

 Remarks

If this property is set to true the values of StartWidth and EndWidth properties are ignored.

 See Also

Range Members
Range Class
MindFusion.Gauges.Silverlight Namespace
StartWidth Property
EndWidth Property