How to change series property values by code
I've created a chart with 2 series
By using code i want to change some proerties of Series.
if i give chart1.Series1.XXXX := XXX
it is showing an error.
So wot can be the solution
thanks in advance
By using code i want to change some proerties of Series.
if i give chart1.Series1.XXXX := XXX
it is showing an error.
So wot can be the solution
thanks in advance
Comments
I tried to do the same from onbefore script...
I got the error 'undeclared identifier series'
....
I got the error 'undeclared identifier series'
I tried Chart1.Chart.Series1.Active, Charts1.Series[0].Active, etc... and I always get the following error : 'undeclared identifier 'Actvive'.
I am using the FastReport 3.14 and Tee chart Pro 7.04. Any idea to activate one or another series at runtime ?