Flip bars

TeeChart for ActiveX, COM and ASP
Post Reply
Alberto RG
Newbie
Newbie
Posts: 2
Joined: Fri Jan 08, 2016 12:00 am

Flip bars

Post by Alberto RG » Fri Feb 12, 2016 2:01 pm

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.
Attachments
hh.JPG
hh.JPG (47.12 KiB) Viewed 8341 times
h.JPG
h.JPG (53.24 KiB) Viewed 8336 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Flip bars

Post by Yeray » Mon Feb 15, 2016 2:26 pm

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;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Alberto RG
Newbie
Newbie
Posts: 2
Joined: Fri Jan 08, 2016 12:00 am

Re: Flip bars

Post by Alberto RG » Mon Feb 22, 2016 6:10 pm

Hi,

Will try that, thanks ¡

Best regards.

Post Reply