Version

GetValueForPoint Method (XamRadialGauge)

Gets the value for the main scale of the gauge for a given point within the bounds of the gauge.
Syntax
'Declaration
 
Public Function GetValueForPoint( _
   ByVal point As Point _
) As Double
public double GetValueForPoint( 
   Point point
)

Parameters

point
The point for which to retrieve the associated value.

Return Value

The value on the gauge equating to the desired point.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also