views:

1054

answers:

2

I have a flex chart feed with multiple data sets, and I want to display only one of the data set in one view. So I created multiple buttons to select different data sets. Whenever the user clicks one of the buttons, I adjust the maximum of the vertical axis so that the chart can represent the data normally (i.e. not to display the fluctuation of data that has very small scale, say between 0 ~ 10, in a chart with the maximum of vertical axis being set to 1000).

I want to let the user to notice this change of the vertical maximum when they switch data set. Currently I'm trying to apply the standard effects of flex to the vertical axis renderer (e.g. glow, blur, etc.), but I don't think they are ideal for this scenario.

Could anyone teach me how to animate this transition naturally so that the user would notice the change of the range of data intuitively?

Thanks in advance.

Cheng

A: 

Have a look at the Charting effect classes - they automatically perform their effects when the chart data changes.

Sly_cardinal
Thanks. But I already applied the interpolate effect on the area series of the chart. All I want is some zooming effect of the labels of the vertical axis to notify the user that the range of the data shown on the chart has been changed.
A: 

I'd like the know the answer to this too. I haven't found anything so far. Maybe it's not possible in the current version?

Marplesoft