Page 1 of 1

Flip bars

Posted: Fri Feb 12, 2016 2:01 pm
by 16677309
Hi there, i have been doing some research in the forum but im stuck with this. I need to be able to flip the bars Horientation, for Vertical and Horizontal bars chart and i cant find a "easy" way to do it.

Dont pay attention to the labels,

Please see attached pictures to better understanding.

Best regards.

Re: Flip bars

Posted: Mon Feb 15, 2016 2:26 pm
by yeray
Hello,

You can set your axes Inverted property. Ie:

Code: Select all

Chart1.Axes.Bottom.Inverted:=true;

Code: Select all

Chart1.Axes.Left.Inverted:=true;

Re: Flip bars

Posted: Mon Feb 22, 2016 6:10 pm
by 16677309
Hi,

Will try that, thanks ยก

Best regards.