EJSC.Chart.x_axis_tick_count
See Also
|
Definition
integer x_axis_tick_count = undefined
Description
Defines the number of ticks to be displayed on the X-Axis.
Note: This property is not compatible with text labels (i.e. x axis values are "Gizmos", "Widgets", instead of numbers)
Example
>> Show only 3 ticks on the X-Axis at all times.
var chart = new EJSC.Chart( "chart", {x_axis_tick_count: 3} );
|