EJSC.Chart.y_axis_extremes_ticks

See Also

 

Definition

 

boolean y_axis_extremes_ticks = false

 

Description

 

Defines if the y_min and y_max values should be forced to land on the next tick mark.

 

Example

 

>> Force tick marks at the min and max Y (bottom and top sides of the chart)

 

var chart =  new EJSC.Chart(

              "chart",

              {y_axis_extremes_ticks: true}

       );