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