ComponentOne FlexReport for WinForms
TickGauge Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DAxis Class : TickGauge Property
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

Reference

Chart2DAxis Class
Chart2DAxis Members