TickIntervalsCount: Number;
The TickIntervalsCount property determines fixed number of chart axis intervals.
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:
true. The method returns value specified by the user.
false. The method returns value used when plotting the chart axis (default).
The example of use is given on the Example of Creating a Scatter Chart page.
See also: