ASP.NET Chart Demos / Bind to XmlDataSource

Description

This example shows how a ShieldUI Chart can be bound to a XmlDataSource. The major properties are: DataSourceID points to the declarative datasource for the entire chart. DataFieldLow and DataFieldHigh 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?