Is there anyway I can show only series from number 3 up.
ie with 5 series I only want to show 3,4, and 5.
Any ideas?
Thanks Richard
Chartlistbox
-
- Newbie
- Posts: 58
- Joined: Mon May 17, 2004 4:00 am
- Contact:
Hi Richard,
You should use something as following:
You should use something as following:
Code: Select all
ChartListBox1.ClearItems;
ChartListBox1.AddItem('Series3',Series3);
ChartListBox1.AddItem('Series4',Series4);
ChartListBox1.AddItem('Series5',Series5);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 58
- Joined: Mon May 17, 2004 4:00 am
- Contact: