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

In This Topic
    TickGauge Property
    In This Topic
    Gets or sets the approximate number of intervals delineated by gauge marks between major tick marks.
    Syntax
    'Declaration
     
    Public Property TickGauge As System.Integer
    public System.int TickGauge {get; set;}
    Remarks
    Gauge marks are oversized minor tick marks used to subdivide minor ticks for easy reading. Use 0 for none (default), 1 for automatic and > 1 for approximate number of sections of minor tick marks delimited by gauge marks between each set of major tick marks.
    See Also