Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
780
ObservableCollections binding for xamDataChart
posted

in my DataContext of the IGXmalDataChart, I have 3 observableCollection:

ObservableCollection<DateTime> DT;

ObservableCollection<float> Pen1Data;

ObservableCollection<float> Pen2Data;

How can I bound those to show on the xAxis for time, and yAxis for Pen1Data and Pen2Data? I used ItemsSource={Binding DT}, not working.

 

Thanks!