ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecorator Class / CalculatedLocation Property

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

    Property Value

    The calculated location.
    See Also