Hello
How do I get my function to calculate?
I have set up the data source with
objChart.Chart.Series[1].DataSource:=objChart.Chart.Series[0];
But series 1 has no points?
I cannot access the function to call recalculate because I dont know where to find it, all I know is that functions are held against a series.
I am doing all of this at runtime so I cant access anything visually
Cheers
Paul
Calculating Functions
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Paul,
You need to use series CheckDataSource method:
You need to use series CheckDataSource method:
Code: Select all
objChart[0].CheckDataSource;
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 |