I want to customize my Area chart to look like the one I attached.
Is it possible to modify point's X position so that I can insert additional points to achieve only horiziontal and vertical lines between points ?
2 Answers, 1 is accepted
0
Accepted
Ves
Telerik team
answered on 31 Aug 2010, 11:08 AM
Hi Adam Kochanowski,
Please, check this blog post from Evan Hutnick, discussing this task in details. The blog post is dedicated to RadChart for WPF/Silverlight, however it is completely applicable for RadChart for ASP.NET AJAX too. You should have in mind that DataPoint corresponds to ChartSeriesItem, the XValue and YValue properties are identical in both charts. You will also need to include an additional Point series to show the "+" and "-" icons.
Best regards,
Ves
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Thanks! It is exactly what I was looking for. I didn't know the appropriate name of this type of char (hence this silly topic). Step Chart. I'll remember now :) Thank you!