1. How to inclined the x-axis values i.e. rotate the x-axis series in 45 or 270 degree to clear view the x-axis in rad chart.
2. How to remove or giving null value to the values which is zero in chart area.
Regarding your other question, in order to show dates to an axis, values should be converted to OleAutomation types. It can be accomplished by using the DateTime.ToOADate() method.
As for removing zeroes from your series items, attach to the chart's ItemDataBound event like this:
I have also attached a sample project that you could refer to for more information.
Kind regards,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.