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






Returns the value corresponding to the specified point.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public abstract float GetValueFromPoint (
    PointF point
)

Visual Basic  Copy Code

Public MustOverride 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

BaseScale Members
BaseScale Class
MindFusion.Gauges Namespace