Xceed Chart for WinForms v4.4 Documentation
AutoMax Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScaleValue Class : AutoMax Property
When set to true the component automatically determines the maximum of the axis scale. When set to false the Max property specifies the maximum value of the axis scale.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("When set to true the component automatically determines the maximum of the axis scale. When set to false the Max property specifies the maximum value of the axis scale.")>
<CategoryAttribute("Scale")>
Public Property AutoMax As Boolean
'Usage
 
Dim instance As AxisScaleValue
Dim value As Boolean
 
instance.AutoMax = value
 
value = instance.AutoMax
[DefaultValue()]
[Description("When set to true the component automatically determines the maximum of the axis scale. When set to false the Max property specifies the maximum value of the axis scale.")]
[Category("Scale")]
public bool AutoMax {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