FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / TickGauge Property

In This Topic
    TickGauge Property (Chart2DAxis)
    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 Integer
    public 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