Hi Suwit,
If your x-coordinates are numbers (the x-coordinates being passed to ChartDirector using Layer.setXData), then you can use Axis.setLogScale, Axis.setLogScale2 or Axis.setLogScale3 to configure the x-axis to be log scale. For example:
$c->xAxis->setLogScale3();
Hope this can help.
Regards
Peter Kwan |