Page 1 of 1

[High-Low Chart] How to locate bars in the centre

Posted: Fri Jul 05, 2013 3:41 am
by 17064556
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.

Re: [High-Low Chart] How to locate bars in the centre

Posted: Fri Jul 05, 2013 1:20 pm
by yeray
Hi,

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);