Thank you for your question, Howard.
You can hide the YAxis with the following code:
radChart1.PlotArea.YAxis.Visible = Telerik.Charting.Styles.ChartAxisVisibility.False; |
We know that this approach is not the best one, but it will be improved for the Q2 release.
To decrease the footprint of the chart, try playing with
radChart1.PlotArea to reduce the number of visible elements in the charting area.
Let me know if you need further assistance.
Regards,
Evtim
the Telerik team