Hello,
I have a chart (THistogramSeries), with some data added programmatically:
series1.AddY(value1,description1);
series1.AddY(value2,description2);
series1.AddY(value3,description3);
...
...
After this, I want to sort all data values (from the most little to the biggest).
Is there a method to sort datas currently stored in chart?
Thank you
Is possible to sort datas in a chart?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |