I want to have multiple charts (xamDataCharts) that share a single x axis. I started by trying to display a CategoryDateTimeXAxis on its own with an ItemSource of 4 dates. I can't get it to display.
I know I can do it by hiding all of the axes all all charts but the bottom one but in my situation this is tricky in the way I am doing data binding. I think the easiest way is to add a stand-alone x axis at the bottom and set its ItemSource the same as the rest of the other x axis.
Is this possible? Attached is a tiny project that I have been experimenting with.
Hello,
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
I have been looking into the issue that you have described and it seems that the CategoryDateTimeXAxis cannot be used as a standalone componet. An axis has to be inside of a XamDataChart in order to be visible. You can find detailed information about XamDataChart’s Axes here: http://help.infragistics.com/NetAdvantage/DV/2010.3/CLR4.0/?page=xamDataChart_Axes.html
I can suggest usig a single XamDataChart with multiple series and multiple axes as shown in the Sample Browser here: http://labs.infragistics.com/silverlightdv/2010.3/#/Samples/DataChart/Features/MultipleAxes and here: http://labs.infragistics.com/silverlightdv/2010.3/#/Samples/DataChart/Features/MultipleSeries