Hi,
I currently am displaying Date on the x-Axis is the the format of MMM-YY. My data spans up to 20, 30 years so this is a very useful format. In the last 5 years my data is being collected daily so my end users want to be able to zoom into a segment of the chart and view the daily data.
When the users zoom in, I would like the X-Axis Date Labels to dynamically switch to a DD-MMM-YY format. Ideally if my end users zoomed in further to a point the X-Axis Date Label would switch to Date/Time format.
Any suggestions would be appreciated.
Thanks
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
Hi Krasimir,
Is there any to achieve this by extending / sub classing the axis or the chart itself ?
I don't want to hook into event in MVVM pattern break the app (xamDataChart1.Axes[0]) when someone in the future updates the view.
[Edit :] Sorry I was looking for wpf XamDataChart!
Thanks,
Vasu