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


In This Topic
    CustomStep Property (NDateTimeScaleConfigurator)
    In This Topic
    Specifies the time span step when the major tick mode is set to TimeSpan.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Specifies the time span step when the major tick mode is set to TimeSpan")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NDateTimeSpanTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property CustomStep As NDateTimeSpan
    'Usage
     
    
    Dim instance As NDateTimeScaleConfigurator
    Dim value As NDateTimeSpan
     
    instance.CustomStep = value
     
    value = instance.CustomStep
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Specifies the time span step when the major tick mode is set to TimeSpan")]
    [System.ComponentModel.Editor(Nevron.Editors.NDateTimeSpanTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NDateTimeSpan 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