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

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