ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecorator Class / IsSafeLocation Method
The location.

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

    Parameters

    location
    The location.

    Return Value

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