DevExpress MVC Chart allows its series to be bound to data in two ways:
- All Series objects are manually added to the Series collection, and each series is independently bound to appropriate data members from a chart's datasource.
- All Series objects are generated dynamically from a chart's data source based on template settings specified via the SeriesTemplate property.
This demo illustrates how to use the first approach when each series is bound to data.
In this demo you can choose the category that has the products that should be displayed on a chart (via the Filter By Category option), as well as specify sorting rules (Sort By and Sort Order options). In addition, you can toggle the visibility of series labels via the Show Labels option.
Note that at the top-left of the chart there is information about the selected category, its minimum, maximum and average prices, dynamically updated every time you choose another category. This is implemented using the BoundDataChanged event that is raised after a new filter is applied.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxChartDemos |