[]
Gets or sets the approximate number of intervals delineated by gauge marks between major tick marks.
[C1Description("Chart2DAxis.TickGauge", "The approximate number of intervals delineated by gauge marks between major tick marks.")]
public int TickGauge { get; set; }
<C1Description("Chart2DAxis.TickGauge", "The approximate number of intervals delineated by gauge marks between major tick marks.")>
Public Property TickGauge As Integer
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.