Interactive Charts
The FlexChart uses the CollectionView class as its data source, so it is inherently interactive. Any changes made to the data will be automatically reflected on the chart.
For example, the chart and the grid below are bound to the same CollectionViewService, so if you edit the data on the grid, or sort the grid's columns, the chart will show the changes automatically:
In addition to this automatic type of interaction, you can use events to add custom interactions to the chart, including zooming, selection, grouping, drill-downs, and animations.