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