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