Hi!
I've got a simple a high low chart and I'd like to locate the bars (on the left chart) in the centre like the chart on the right.
(please refer to the attachment)
I'll be glad if anyone lets me know how to do it.
Thanks in advance.
[High-Low Chart] How to locate bars in the centre
[High-Low Chart] How to locate bars in the centre
- Attachments
-
- graph-1.jpg (92.77 KiB) Viewed 6481 times
Re: [High-Low Chart] How to locate bars in the centre
Hi,
You can set some Offset to both the bottom axis minimum and maximum:
You can set some Offset to both the bottom axis minimum and maximum:
Code: Select all
tChart1.getAxes().getBottom().setMinimumOffset(30);
tChart1.getAxes().getBottom().setMaximumOffset(30);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |