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