This question is locked. New answers and comments are not allowed.
I have a RadChart that has 2 series in it. I'm using a DefaultLabelFormat on my AxisX set to HH:MM currently (hourly data), but sometimes the data goes past 1 day. In these cases, I get 00:00 through 11:00 then it goes back to 00:00, etc. I would like to rename all labels on my X-Axis at the spots that say 00:00 to say 21-Dec (dd-MMM).
In the Telerik RadChart for ASP.NET, you could just override the PrePaint event and get access to all the points I wanted to change.
How can I do this in the Silverlight version of RadChart?
In the Telerik RadChart for ASP.NET, you could just override the PrePaint event and get access to all the points I wanted to change.
How can I do this in the Silverlight version of RadChart?