How do I animate a single ChartSeriesItem in a Flex 3 Chart?
- by Edward Stembler
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…