'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 NTimeSpanList
'Usage
Dim instance As NTimeSpanScaleConfigurator Dim value As NTimeSpanList 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 NTimeSpanList CustomSteps {get; set;}