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

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

    Property Value

    The calculated from.
    See Also