Nevron .NET Vision
Nevron.Chart Namespace / NOrdinalScaleConfigurator Class / CustomStep Property


In This Topic
    CustomStep Property (NOrdinalScaleConfigurator)
    In This Topic
    Specifies the major ticks custom step when the mode is set to CustomStep.
    Syntax
    '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 NOrdinalScaleConfigurator
    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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also