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.
Hello Joan,
I have been looking into your enquiry and I am not really sure what your requirement is here. Usually the XamDataChart uses its Series classes: http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=xamDataChart_Series_Types.html to visualize data and based on the chosen series the appropriate axes are used: http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=xamDataChart_Series_Requirements.html . I can also suggest you go through the online documentation for the XamDataChart in order to get a better understanding of its design: http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=xamDataChart_xamDataChart.html also you can look at the sample which come with their own source code: http://ko.infragistics.com/products/silverlight/data-chart/ to see how the XamDataChart can be used.
Please let me know if you require any further clarification on the matter, or if I have misunderstood you in any way