DevExpress MVC Chart allows its series to be bound to data in two ways:
This demo illustrates how to use the second approach, when all series are auto-generated from a datasource according to a specified series template.
In this demo, you can use the Series Data Member drop-down list to select a data field whose values are used to generate and populate series. If the "Year" field is selected, the chart shows GSP per Region for each Year. Otherwise, if "Region" is selected, the chart shows GSP per Year for each Region.