Charting for WinForms Programmer's Guide
LinearScale.GetValueFromPoint Method
See Also
 






BaseScale.GetValueFromPoint override.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public override float GetValueFromPoint (
    PointF point
)

Visual Basic  Copy Code

Public Overrides Function GetValueFromPoint( _
    point As PointF _
) As Single

 Parameters

point

The point to test.

 Return Value

The value from the scale, corresponding to the point, possibly MinValue or MaxValue if the specified point cannot be associated with a value.

 See Also

LinearScale Members
LinearScale Class
MindFusion.Gauges Namespace