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