This is a migrated thread and some comments may be shown as answers.

RadHtmlChart X-Axis Labels follow X-Axis angle

1 Answer 156 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 22 Apr 2016, 10:34 AM

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

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 27 Apr 2016, 12:09 PM
Hi Dan,

I am afraid that currently RadHtmlChart does not provide an option to set different rotation angle for every xAxis label. What I can suggest you is to submit a feature request into our Feedback portal describing the desired functionality in it, so we will consider the implementation for the same depending on the items popularity:
http://feedback.telerik.com/Project/108/Feedback/List/Feature%20Request

Regards,
Vessy
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Chart (HTML5)
Asked by
Daniel
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or