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

In This Topic
    CalculatedStartLocation Property
    In This Topic
    Gets or sets the calculated start location. Includes fallback logic. Override it using the UpdateCalculatedValues method.
    Syntax
    'Declaration
     
    Protected Property CalculatedStartLocation As System.Double
    protected System.double CalculatedStartLocation {get; set;}

    Property Value

    The calculated start location.
    See Also