'Declaration <DefaultValueAttribute()> <CategoryAttribute("Scale")> <DescriptionAttribute("Specifies the minimal value of the axis when the AutoMin property is set to false.")> Public Property Min As Double
'Usage Dim instance As AxisScaleValue Dim value As Double instance.Min = value value = instance.Min
[DefaultValue()] [Category("Scale")] [Description("Specifies the minimal value of the axis when the AutoMin property is set to false.")] public double Min {get; set;}