ChartCanvasAxis.TickIntervalsCount

Syntax

TickIntervalsCount: Number;

Description

The TickIntervalsCount property determines fixed number of chart axis intervals.

Comments

Use JSON or the setTickIntervalsCount method to set the property value, and the getTickIntervalsCount method to get the property value.

If this property is set to zero, the number of chart intervals is auto calculated.

The getTickIntervalsCount method contains the userOptions parameter indicating that the method returns value specified by the user.

Available values of the userOptions parameter:

Example

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

See also:

ChartCanvasAxis