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

In This Topic
    IsSafeLocation Method (C1GaugeDecorator)
    In This Topic
    Determines whether the location is safe in the context of the current C1Gauge.
    Syntax
    'Declaration
     
    
    Protected Function IsSafeLocation( _
       ByVal location As Double _
    ) As Boolean
    protected bool IsSafeLocation( 
       double location
    )

    Parameters

    location
    The location.

    Return Value

    true if it's safe; otherwise, false.
    See Also