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.
Flip bars
-
- Newbie
- Posts: 2
- Joined: Fri Jan 08, 2016 12:00 am
Flip bars
- Attachments
-
- hh.JPG (47.12 KiB) Viewed 9253 times
-
- h.JPG (53.24 KiB) Viewed 9248 times
Re: Flip bars
Hello,
You can set your axes Inverted property. Ie:
You can set your axes Inverted property. Ie:
Code: Select all
Chart1.Axes.Bottom.Inverted:=true;
Code: Select all
Chart1.Axes.Left.Inverted:=true;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 2
- Joined: Fri Jan 08, 2016 12:00 am
Re: Flip bars
Hi,
Will try that, thanks ¡
Best regards.
Will try that, thanks ¡
Best regards.