Nevron .NET Vision
Nevron.Chart Namespace / NAngularScaleConfigurator Class / CustomSteps Property


In This Topic
    CustomSteps Property (NAngularScaleConfigurator)
    In This Topic
    Specifies the major ticks custom steps when the mode is set to IrregularSteps.
    Syntax
    '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 NAngleList
    'Usage
     
    
    Dim instance As NAngularScaleConfigurator
    Dim value As NAngleList
     
    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 NAngleList CustomSteps {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