Calculating Functions
Posted: Tue Jan 17, 2006 1:42 pm
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
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