'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies the time span step when the major tick mode is set to TimeSpan")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NDateTimeSpanTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property CustomStep As NDateTimeSpan
'Usage
Dim instance As NDateTimeScaleConfigurator Dim value As NDateTimeSpan instance.CustomStep = value value = instance.CustomStep
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies the time span step when the major tick mode is set to TimeSpan")] [System.ComponentModel.Editor(Nevron.Editors.NDateTimeSpanTypeEditor, System.Drawing.Design.UITypeEditor)] public NDateTimeSpan CustomStep {get; set;}