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

In This Topic
    TickFactorMajor Property
    In This Topic
    Gets or sets an integral factor for major tick mark length.
    Syntax
    'Declaration
     
    Public Property TickFactorMajor As System.Integer
    public System.int TickFactorMajor {get; set;}
    Remarks
    Tick marks are sized based on the thickness of the axis line as well as the tick factor. Doubling the tick factor doubles the length of the axis tick mark. Values are limited to integers from 1 to 20. Values outside of this range are ignored.
    See Also