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

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