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

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

    Property Value

    The calculated to.
    See Also