ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / MajorUnit Property

In This Topic
    MajorUnit Property (Axis)
    In This Topic
    Gets or sets the number of units between axis labels.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.MajorUnit", "Gets or sets the number of units between axis labels.")>
    <DefaultValueAttribute(NaN)>
    Public Property MajorUnit As Double
    [C1Description("Axis.MajorUnit", "Gets or sets the number of units between axis labels.")]
    [DefaultValue(NaN)]
    public double MajorUnit {get; set;}
    Remarks
    If the axis contains date values, then the units are expressed in days.
    See Also