Setting series values programatically in ReportBuilder Chart
Posted: Tue Nov 13, 2007 9:15 pm
I'm having difficulty setting the values for series programatically in a ReportBuilder chart
ppReport1.ppTeeChart
How do I add two series ie SeriesH, and SeriesL
It must be a TBarSeries.
I have the series data loaded in a memo.
Usually I would just:
Series1.clear;
SeriesTextSource1.LoadFromStrings(Memo1)
Now with the ppReport, I'm limited in that cannot drop a SeriesTextSource onto the report.
Any help will greatly be appreciated. Perhaps an example.
Regards
Doogie
ppReport1.ppTeeChart
How do I add two series ie SeriesH, and SeriesL
It must be a TBarSeries.
I have the series data loaded in a memo.
Usually I would just:
Series1.clear;
SeriesTextSource1.LoadFromStrings(Memo1)
Now with the ppReport, I'm limited in that cannot drop a SeriesTextSource onto the report.
Any help will greatly be appreciated. Perhaps an example.
Regards
Doogie