FlexChart Architecture
The FlexChart allows you to visualize tabular data as business charts. It provides a variety of options about how to present and interact with the data, including selection, zooming, drill-down, formatting, etc.
Like all C1 MVC controls, the chart delegates all data-related tasks to the CollectionView class, so if you want to filter, sort, or group the data, you can do it using the CollectionView. It may be useful to think of the FlexChart as a special type of data grid, where columns are represented by series and rows are data points on the chart.
For example, the chart below has buttons that allow users to sort the data by changing the sortDescriptions property of the chart's collectionView:
Sort by: