ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeRangeInfo Class / C1GaugeRangeInfo Constructor
The corresponding C1GaugeMark

In This Topic
    C1GaugeRangeInfo Constructor
    In This Topic
    Creates a new instance of C1GaugeMarkInfo
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal range As C1GaugeRange _
    )
    public C1GaugeRangeInfo( 
       C1GaugeRange range
    )

    Parameters

    range
    The corresponding C1GaugeMark
    See Also