ChartCanvasAxis.getAxisValue

Syntax

getAxisValue(value: Number, withOverflow: Boolean);

Parameters

value. Chart axis coordinate.

withoutLimits. Indicates whether allowed range of axis values is ignored. Available values:

Description

The getAxisValue method returns the value that corresponds to specified coordinate of the chart axis.

Comments

The method returns value of the Number type.

Example

The example of use is given on the Example of Creating a Scatter Chart page.

See also:

ChartCanvasAxis