'Declaration <CategoryAttribute("Scale")> <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.")> <DefaultValueAttribute(True)> Public Property AutoMax As Boolean
'Usage Dim instance As AxisScaleValue Dim value As Boolean instance.AutoMax = value value = instance.AutoMax
[Category("Scale")] [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.")] [DefaultValue(true)] public bool AutoMax {get; set;}