Hi,
How can I most elegantly reorder the series in the screenshot below so the series with the tallest bars get moved backwards so they don't hide lower value series...? Does it exist a property which achieve this?
Thanks for comments and tips...
regards btor
Reorder bar graphs
Re: Reorder bar graphs
I pasted the URL in the IMG field but somehow it didn't got saved...
Re: Reorder bar graphs
Hi,
You can use the ExchangeSeries method with this purpose. For example:
You can use the ExchangeSeries method with this purpose. For example:
Code: Select all
Chart1.ExchangeSeries(Chart1[0], Chart1[Chart1.SeriesCount-1]);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |