I wouldn't mind creating one by myself, but the ChartView classes are quite locked down in terms of extensibility with lots of methods being internal. Hence the second question: are there plans to open up the API to make subclassing feasible?
Regards,
Bernhard
4 Answers, 1 is accepted
RadChartView for Silverlight already supports DateTimeContinuousAxis. You can read about Date Time Axes in our online documentation.
Regarding your second question - in case you are a licensed user, you can download the source code of our controls and make the changes you wish. Please note, however, that we do not support customizations of the source code.
Tsvetie
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Thank you for your answer. Maybe I was not clear enough: I know there is the DateTimeContinousAxis, however, instead of DateTimes we'd like to display TimeSpans there. I guess I could hack something together with converting our data from TimeSpans to DateTimes and convert it back with a ValueConverter for the display; however, this is certainly not ideal.
As for the subclassing: Yes, we are a licensed customer :) However, making changes in the source code gets quite tedious when one needs to upgrade the controls (which you luckily do quite often). Setting the classes internal is a good thing if you expect the API to change and you don't want people to utilize an API which may soon be legacy, but from what I saw the ChartView code is already quite matured.
Regards,
Bernhard
I understand your point. Indeed, currently, we do not support the feature you need and we have no plans for opening up the API. I logged your request in our database and updated your Telerik points for the suggestion. Currently, the only thing that I can suggest is to use InternalsVisibleTo, if this is applicable.
Kind regards,Tsvetie
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Ok, thanks for considering the request and the tip with InternalsVisibleTo. I guess I will give that a try.
Regards,
Bernhard