Hi,
I've got a RadHtmlChart that is displayed as a radar chart. I want to make it so that the labels around the outside, follow the same angle as their corresponding x-axis. As far as I have been able to work out, I can only change the angle of all of the labels at one time. What I currently have is:
<telerik:RadHtmlChart ID="RadHtmlChart1" runat="server" DataSourceID="sqlGetResults" Legend-Appearance-Visible="false" Height="100%" Width="100%" PlotArea-XAxis-DataLabelsField="QUESTION" PlotArea-XAxis-LabelsAppearance-Step="1" PlotArea-XAxis-StartAngle="45">
<Appearance>
</Appearance>
<PlotArea>
<XAxis Visible="True" StartAngle="45">
</XAxis>
<YAxis Visible="True">
</YAxis>
</PlotArea>
</telerik:RadHtmlChart>
Any help would be greatly appreciated.
Kind regards,
Dan