Hi,
I want to change tha label position of my XamZoomBar's CategoryDateTimeXAxis Label to inside the chart. I am using XamDataChart inside XamZoombar.HorizontalPreviewContent.
I also want to apply a custom formatting for the labels. For Example 2011, Nov 1, Nov 2.......Dec 31, 2012 Jan1, Jan 2.... etc....
Please help me
Thank you in advance
Hello,
I have been looking into your questions and if you would like to change the position of the labels of the Axis of the XamDataChart, I can suggest you look through the following link from your online documentation :
http://help.infragistics.com/Help/NetAdvantage/WPF/2012.1/CLR4.0/html/xamDataChart_Axis_Label_Settings.html
In order to format the label of the axis, you can look through the following link :
http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamDataChart_Axis_Label_Format.html
If you need any further assistance on this matter, feel free to ask.
Thank you very much for the reply. But it didnt solved my problem completely. As I requested I want a custom formatting for the axis labels. in the first position Year should come, then month plus date then date... like thant. when month got changed new month name should come with the date.
Best Regards