EJSC.Chart.x_axis_extremes_ticks
See Also
|
Definition
boolean x_axis_extremes_ticks = false
Description
Defines if the x_min and x_max values should be forced to land on the next tick mark.
Example
>> Force tick marks at the min and max X (left and right sides of the chart)
var chart = new EJSC.Chart( "chart", {x_axis_extremes_ticks: true} );
|