I would like to move the domain axis labels (in my case dates) from the bottom of the chart to the top of the chart. Any ideas?
Thanks,
Kenny
Move domain axis lable from bottom of chart to top
Re: Move domain axis lable from bottom of chart to top
Hi Kenny,
In the latest CVS code, you can use:
plot.setDomainAxisLocation(Axis.TOP);
This feature will be incorporated in 0.9.5 when it is released.
Regards,
DG
In the latest CVS code, you can use:
plot.setDomainAxisLocation(Axis.TOP);
This feature will be incorporated in 0.9.5 when it is released.
Regards,
DG