GetValueFromPoint Method (C1BulletGraph)
In This Topic
Get gauge value from the point.
Syntax
'Declaration
Protected Overridable Function GetValueFromPoint( _
ByVal As Point _
) As Double
protected virtual double GetValueFromPoint(
Point
)
Parameters
- point
- The tapped point.
Return Value
The gauge value.
See Also