ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeMark Class / Interval Property

In This Topic
    Interval Property (C1GaugeMark)
    In This Topic
    Value interval to draw each Mark.
    Syntax
    'Declaration
     
    
    Public Property Interval As Double
    public double Interval {get; set;}
    Remarks
    Draw each element at the current C1Gauge size. It will scale it automatically.
    See Also