Charting for WinForms 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.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public bool AutoSize { get; set; }

Visual Basic  Copy Code

Public Property AutoSize As Boolean

 Property Value

true to adjust the size of the range; false to use the appropriate size values.

 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 Namespace