How do I animate a single ChartSeriesItem in a Flex 3 Chart?
Posted
by Edward Stembler
on Stack Overflow
See other posts from Stack Overflow
or by Edward Stembler
Published on 2010-04-30T03:39:21Z
Indexed on
2010/04/30
3:47 UTC
Read the original article
Hit count: 275
Here's my setup...
I have a ColumnChart above a DataGrid. When the user clicks on an individual column in the chart, I programmatically select the corresponding cell in the DataGrid. Conversely, if a user clicks a cell on the DataGrid, I select the corresponding column in the Chart and change it's color to haloBlue.
This work well, however if possible I’d like to make the column stand out more. Is there a way to animate an individual column and not the entire series? For example, I might like to make the column zoom or expand out and back to it’s original size once selected. Or, if this is not possible, can a stroke be added to only the selected column and not the entire series?
Anyone have any ideas? Thanks!
© Stack Overflow or respective owner