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