TppTeeChart
After upgrading to 6.03 I no longer have any chart series that are owned by the form.
I used to be able to set series properties like this:
Series1.Visible := False;
After upgrading Series1 is no longer available.
6.03 seems to be removing the form as owner of the chart series.
Why?
I used to be able to set series properties like this:
Series1.Visible := False;
After upgrading Series1 is no longer available.
6.03 seems to be removing the form as owner of the chart series.
Why?
This discussion has been closed.
Comments
get the series object through the RB Chart control:
ppTeeChart1.Chart.Series[0]
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com