'Declaration <DefaultValueAttribute()> <CategoryAttribute("Ticks")> <DescriptionAttribute("Specifies the major ticks custom step when the mode is set to CustomStep.")> Public Property CustomStep As Double
'Usage Dim instance As AxisScaleNumeric Dim value As Double instance.CustomStep = value value = instance.CustomStep
[DefaultValue()] [Category("Ticks")] [Description("Specifies the major ticks custom step when the mode is set to CustomStep.")] public double CustomStep {get; set;}