Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisScaleDateTime Class / CustomStep Property


In This Topic
    CustomStep Property (AxisScaleDateTime)
    In This Topic
    Specifies the time span step when the major tick mode is set to TimeSpan.
    Syntax
    'Declaration
     
    <CategoryAttribute("Ticks")>
    <DescriptionAttribute("Specifies the time span step when the major tick mode is set to TimeSpan")>
    <DefaultValueAttribute(System.TimeSpan, "1.00:00:00")>
    Public Property CustomStep As TimeSpan
    'Usage
     
    Dim instance As AxisScaleDateTime
    Dim value As TimeSpan
     
    instance.CustomStep = value
     
    value = instance.CustomStep
    [Category("Ticks")]
    [Description("Specifies the time span step when the major tick mode is set to TimeSpan")]
    [DefaultValue(System.TimeSpan, "1.00:00:00")]
    public TimeSpan 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