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


In This Topic
    CustomSteps Property (NDateTimeScaleConfigurator)
    In This Topic
    Specifies the time span steps when the major tick mode is set to TimeSpans.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Specifies the time span steps when the major tick mode is set to TimeSpans")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CustomSteps As NDateTimeSpanList
    'Usage
     
    
    Dim instance As NDateTimeScaleConfigurator
    Dim value As NDateTimeSpanList
     
    instance.CustomSteps = value
     
    value = instance.CustomSteps
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Specifies the time span steps when the major tick mode is set to TimeSpans")]
    [System.Xml.Serialization.XmlIgnore()]
    public NDateTimeSpanList 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