Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeScaleDecorator Class / Interval Property

In This Topic
    Interval Property (C1GaugeScaleDecorator)
    In This Topic
    Value interval to draw each mark or label.
    Syntax
    'Declaration
     
    Public Property Interval As System.Double
    public System.double Interval {get; set;}
    Remarks
    If the Gauge uses logarithmic scale this interval must be specified in logarithmic coordinates, such as (Log(Value2) - Log(Value1)).
    See Also