BarChart for ASP.NET WebForms
Data Binding

The C1BarChart supports binding data from an external data source on the server. DataBinding is allowed by setting the DataSourceID or the DataSource and DataBindings. The following properties are used to bind X and Y values to the specified data field:

DataBindings is a collection that contains the C1BarChartBindings instances. C1BarChartBinding includes the following properties:

See Also