ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.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 System.Double
    public System.double Interval {get; set;}
    Remarks
    Draw each element at the current C1Gauge size. It will scale it automatically.
    See Also