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


In This Topic
    MonthsStep Property
    In This Topic
    Specifies the months step when the major tick mode is set to Months.
    Syntax
    'Declaration
     
    <CategoryAttribute("Ticks")>
    <DescriptionAttribute("Specifies the months step when the major tick mode is set to Months")>
    <DefaultValueAttribute(1)>
    Public Property MonthsStep As Integer
    'Usage
     
    Dim instance As AxisScaleDateTime
    Dim value As Integer
     
    instance.MonthsStep = value
     
    value = instance.MonthsStep
    [Category("Ticks")]
    [Description("Specifies the months step when the major tick mode is set to Months")]
    [DefaultValue(1)]
    public int MonthsStep {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