graduatedValueForPoint method

num graduatedValueForPoint(
  1. Point pt
)

For Panel.Graduated|Graduated Panels: Returns the value that corresponds with the given Point. The Point must be in the panel's coordinates. The value returned will be in the Graduated Panel's range.

If this Panel is not a Graduated Panel, this method returns NaN. @param {Point} pt a Point in the Graduated Panel's coordinates @return {number} @see #graduatedPointForValue @since 1.7

Implementation

_i2.num graduatedValueForPoint(_i3.Point pt) => _i4.callMethod(
      this,
      'graduatedValueForPoint',
      [pt],
    );