This example demonstrates how to set up a range control with the numeric chart client to display a chart with numeric data in the range control's background.
Note that the numeric chart range control client is bound to the integer collection using the ItemsSource property only. It becomes possible because the chart numeric client shows data from the simple type collection (int, double, float, etc) automatically in the same order in which elements have been added to the collection.
If you wish to display chart points from the collection in the random order, you will need to specify the ArgumentDataMember property.
If you bind a chart range client to an object data source, use ArgumentDataMember and ValueDataMember properties.