Change legend item order
Change legend item order
I have a TChart showing a legend with 3 series and 3 items in the legend. How can I change the order of the first and second item?
Thanks,
Ed Dressel
Ed Dressel
Re: Change legend item order
Hello,
You can change the series order with the ExchangeSeries
Note this will also affect the series drawing order.
You can change the series order with the ExchangeSeries
Code: Select all
Chart1.ExchangeSeries(1,2);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |