2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Axis Class / UnitMajor Property

In This Topic
    UnitMajor Property
    In This Topic
    Gets or sets the units between major tick marks.
    Syntax
    'Declaration
     
    Public Property UnitMajor As System.Double
    public System.double UnitMajor {get; set;}
    Remarks
    Setting this value automatically changes AutoMajor to false.
    See Also