getPixelValue(value: Number, withoutLimits: Boolean);
value. Chart axis value.
withoutLimits. Indicates whether allowed range of axis values is ignored. Available values:
true. Chart axis coordinate is determined without accounting for its minimum and maximum values.
false. Chart axis coordinate is determined accounting for its minimum and maximum values (default).
The getPixelValue method returns chart axis coordinate for specified value.
The method returns value of the Number type.
The example of use is given on the Example of Creating a Scatter Chart page.
See also: