getAxisValue(value: Number, withOverflow: Boolean);
value. Chart axis coordinate.
withoutLimits. Indicates whether allowed range of axis values is ignored. Available values:
true. Chart axis value will be determined without accounting for its maximum and minimum values.
false. Chart axis value will be determined accounting for its maximum and minimum values (default).
The getAxisValue method returns the value that corresponds to specified coordinate of the chart axis.
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: