# Data Binding Tutorials

## Content



The following sections include data binding tutorials for the **C1Chart** control. The tutorials provide step-by-step instructions. By following the steps outlined in this chapter, you will be able to bind **C1Chart** to a data table and an xml file.

The key properties in both tutorials are the following:

*   [ItemsSource](/componentone/api/wpf/online-chart/dotnet-framework-api/C1.WPF.C1Chart.4.6.2/C1.WPF.C1Chart.ChartData.ItemsSource.html) - provides a list of objects
*   [ItemNameBinding](/componentone/api/wpf/online-chart/dotnet-framework-api/C1.WPF.C1Chart.4.6.2/C1.WPF.C1Chart.ChartData.ItemNameBinding.html) - specifies the name of an element such as label on the x-axis
*   [ValueBinding](/componentone/api/wpf/online-chart/dotnet-framework-api/C1.WPF.C1Chart.4.6.2/C1.WPF.C1Chart.DataSeries.ValueBinding.html) - specifies the numerical value

## See Also

[Data Binding Tutorials](/componentone/docs/wpf/online-chart/overview/tutorials/DataBindingTutorials)

[Using MVVM](/componentone/docs/wpf/online-chart/overview/tutorials/UsingMVVM)