ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecorator Class / ToSafeLocation Method
The location.

In This Topic
    ToSafeLocation Method (C1GaugeDecorator)
    In This Topic
    Converts a location into a safe location in the context of the current C1Gauge.
    Syntax
    'Declaration
     
    
    Protected Function ToSafeLocation( _
       ByVal location As Double _
    ) As Double
    protected double ToSafeLocation( 
       double location
    )

    Parameters

    location
    The location.
    See Also