ComponentOne Gauges for WPF and Silverlight
C1.Silverlight.Gauge Namespace / C1GaugeRange Class / CalculatedStartLocation Property

In This Topic
    CalculatedStartLocation Property (C1GaugeRange)
    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 Double
    protected double CalculatedStartLocation {get; set;}

    Property Value

    The calculated start location.
    See Also