ChartCanvasAxis.getSize

Syntax

getSize(ignoreSize: Boolean, calcShift: Boolean);

Parameters

ignoreSize. Indicates whether axis width can be determined even if it is less than the minimum value. Available values:

calcShift. Indicates whether the chart shift is accounted for when multiple axes are positioned on the same side. Available values:

Description

The getSize method returns pixel width 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