Hi Shahar,
You may use Axis.setLinearScale to configure the axis scale. If you do not configure the axis scale, ChartDirector will automatically configure it based on the data values in the chart (so that scale will depend on the actual data used).
For example, in PHP:
$c->yAxis->setLinearScale(0, 30, 5);
Hope this can help.
Regards
Peter Kwan |