Xceed Chart for WinForms v4.4 Documentation
AutoMin Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScaleValue Class : AutoMin Property
When set to true the component automatically determines the minimum of the axis scale. When set to false the Min property specifies the minimum value of the axis scale.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Scale")>
<DescriptionAttribute("When set to true the component automatically determines the minimum of the axis scale. When set to false the Min property specifies the minimum value of the axis scale.")>
Public Property AutoMin As Boolean
'Usage
 
Dim instance As AxisScaleValue
Dim value As Boolean
 
instance.AutoMin = value
 
value = instance.AutoMin
[DefaultValue()]
[Category("Scale")]
[Description("When set to true the component automatically determines the minimum of the axis scale. When set to false the Min property specifies the minimum value of the axis scale.")]
public bool AutoMin {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AxisScaleValue Class
AxisScaleValue Members