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!
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.