Chart use
I am using report builder 7. For my report, I use 3 kinds of series (Bar,
Pie and Line).
I want one kind of series to be displayed during the runtime based on the
user's selection.
I think it : report.Chart.Series[].... But I couldn't make it work.
Please help.
Thanks
Pie and Line).
I want one kind of series to be displayed during the runtime based on the
user's selection.
I think it : report.Chart.Series[].... But I couldn't make it work.
Please help.
Thanks
This discussion has been closed.
Comments
The chart component that RB uses wraps a TChart. The one you drop into the
editor is directly accessible, so:
ppChart1.Chart.Series[...]
Enjoy
Ed Dressel
Team DM