Gets or sets the approximate number of intervals delineated by gauge marks
            between major tick marks.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[XmlAttributeAttribute] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(0)] public int TickGauge { get; set; }  | 
| Visual Basic | 
|---|
<XmlAttributeAttribute> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(0)> _ Public Property TickGauge As Integer 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.