ComponentOne Chart for WPF and Silverlight
Chart for WPF and Silverlight / Chart Features / Data Binding
In This Topic
    Data Binding
    In This Topic

    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