ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeRange Class / EndLocation Property

In This Topic
    EndLocation Property
    In This Topic
    Gets or sets the relative end location of the C1GaugeRange (when using differential locations).
    Syntax
    'Declaration
     
    Public Property EndLocation As System.Double
    public System.double EndLocation {get; set;}
    See Also