GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / GetValueForPoint Method
a PointF in document coordinates
In This Topic
    GetValueForPoint Method (Indicator)
    In This Topic
    This method is called by OnActionAdjusted and OnAction to determine the appropriate scale value given the current mouse point.
    Syntax
    public virtual double GetValueForPoint( 
       PointF p
    )

    Parameters

    p
    a PointF in document coordinates

    Return Value

    By default this just returns the Scale's IGraduatedScale.GetValueAtPoint.
    See Also