ChartCanvasAxis.getPixelValue

Syntax

getPixelValue(value: Number, withoutLimits: Boolean);

Parameters

value. Chart axis value.

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

Description

The getPixelValue method returns chart axis coordinate for specified value.

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