Hi,
I am using XamDataChart and I want the axis to have a title.Is there any way that I can give the title to both the axis of the chart.
Also sometimes the point on the graph comes on the end of the graph and so the point and the line is not visible properly as shown with the arrows in the image attached .Can u please suggest some solution to this.
Thanks in advance
Manuj Negi
Hi
I have the same problem and I downloaded your sample and try, but I find that
"Error 1 The name "XamDock" does not exist in the namespace "http://schemas.infragistics.com/xaml". D:\XamDataChartMarker\XamDataChartMarker\MainWindow.xaml 6 9 XamDataChartMarker"
I'm using your latest version (trial version), am I missing anything?
==update==
Sorry for my post, I should update my reference to use my lastest version. It's working now.
Hello Manuj,
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.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I put the XamDataChart into XamDock and docked two labels on the left and on the bottom, which are the axis titles. As for the points that are partially visible I set the NumericYAxis’ MaximumValue Property to a value bigger than the biggest value in the DataSource, because when it is not set explicitly it sets internally to the data source biggest one.
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.