'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies the major ticks custom step when the mode is set to CustomStep.")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property CustomStep As System.Integer
'Usage
Dim instance As NPriceScaleConfigurator Dim value As System.Integer instance.CustomStep = value value = instance.CustomStep
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies the major ticks custom step when the mode is set to CustomStep.")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlAttribute()] public System.int CustomStep {get; set;}