nprzybylo
02-20-2007, 07:11 PM
What is the proper way to set the showDataEffect of a line series through ActionScript? If I were to use a LineSeries tag, setting the attribute:
showDataEffect="{interpolate}"
would find the SeriesInterpolate element with the id of "interpolate" and apply the format.
Trying to implement this in ActionScript, I have the statement:
thisSeries.showDataEffect = "{interpolate}";
where thisSeries is a give LineSeries object that is in the chart. However, this statement does not work.
showDataEffect="{interpolate}"
would find the SeriesInterpolate element with the id of "interpolate" and apply the format.
Trying to implement this in ActionScript, I have the statement:
thisSeries.showDataEffect = "{interpolate}";
where thisSeries is a give LineSeries object that is in the chart. However, this statement does not work.