EJSC.Chart.y_min
See Also
|
Definition
float y_min = undefined
Description
Defines the current minimum y value of the chart.
Example
>> Force the y-axis range to extend beyond the data it contains
var chart = new EJSC.Chart( "chart", {y_min: -10.00} ); |