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!

 

Parents
No Data
Reply
  • 27093
    posted

    Hello,

    I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.

    If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.

Children
No Data