'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies the time span steps when the major tick mode is set to TimeSpans")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomSteps As NDateTimeSpanList
'Usage
Dim instance As NDateTimeScaleConfigurator Dim value As NDateTimeSpanList instance.CustomSteps = value value = instance.CustomSteps
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies the time span steps when the major tick mode is set to TimeSpans")] [System.Xml.Serialization.XmlIgnore()] public NDateTimeSpanList CustomSteps {get; set;}