ASP.NET Chart Demos / Bind to EntityDataSource

Description

This example shows how a ShieldUI Chart can be bound to a EntityDataSource. The major properties are: DataSourceID points to the declarative datasource for the entire chart. DataFieldY and DataFieldX for the series to point it to the desired column of the datatable. CategoricalValuesField for the axis X to populate the text for the axis.

Was this example useful?