[]
        
(Showing Draft Content)

Data Binding

Chart for WPF and Silverlight's C1Chart control can be bound to any object that implements the System.Collections.IEnumerable interface (such as XmlDataProvider, DataSet, DataView, and so on).

A datatable can be bound to the chart by assigning the ItemsSource property to the C1Chart control.

The following topics provide information on the different data binding methods used to deliver data to the C1Chart control.

See Also

Collection of Values

Collection of Objects

Observable Collection

Data Context Binding

Data Series Binding

Binding to a DataTable from DataSet