When using TChartGrid I first assign all the multiple series generated to my ChartGrid. All still fine.
When moving a data point (dragpoint) i set ChartGrid.Series to the series of the data point that I am moving. All still fine.
When I disable the DragPoint feature and want to see all multiple series again in the ChartGrid using ChartGrid.Chart := chartplot, the previous state remain, i.e. ChartGrid.Series := Series;
Please advise.
Thank you.
How to unlock ChartGrid.Series
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi bamboo,
You can try doing this:
You can try doing this:
Code: Select all
ChartGrid1.Series:=nil;
ChartGrid1.Chart:=Chart1;
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 |