LineChart for ASP.NET Web Forms
Data Binding

The C1LineChart 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 C1LineChartBindings instances. C1BubbleChartBinding includes the following properties:

See Also