Returns the value corresponding to the specified point.
Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight
C#
![]() |
---|
public abstract double GetValueFromPoint ( |
Visual Basic
![]() |
---|
Public MustOverride Function GetValueFromPoint( _ |
The point to test.
The value from the scale, corresponding to the point, possibly MinValue or MaxValue if the specified point cannot be associated with a value.