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