'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;}