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

In This Topic
    TickMinor Property
    In This Topic
    Gets or sets the type of minor tick mark.
    Syntax
    'Declaration
     
    Public Property TickMinor As TickMarksEnum
    public TickMarksEnum TickMinor {get; set;}
    Remarks
    Tick marks can be placed on either side or both sides of the axis line. Note that if the TickMinor property is set to TickMarksEnum.None, then minor tick marks are not drawn.
    See Also