Completed
Last Updated: 11 Jun 2021 10:33 by ADMIN
ADMIN
Danail Vasilev
Created on: 23 Aug 2013 06:31
Category: HtmlChart
Type: Feature Request
1
Improve the XAxis labels distribution for categorical series in RadHtmlChart
Currently when numerous series items are present, numerical series (Scatter/ScatterLine) calculates automatically the step through which the major/minor gridlines and the corresponding xaxis labels are rendered, so that they are visually readable.

For categorical charts, however, when multiple series items are present, all the xaxis labels are plotted, so that they are not readable. Add ability to autoadjust the step for the xaxis labels in categorical charts.
2 comments
ADMIN
Vessy
Posted on: 11 Jun 2021 10:33

Hello,

The steps of the labels in the XAxis could be controlled through the LabelsAppearance.Step property like follows:

        <telerik:RadHtmlChart ID="RadHtmlChart1" runat="server">
            <PlotArea>
                ...
 <XAxis DataLabelsField="nameField">
 <LabelsAppearance Step="5"></LabelsAppearance>
 </XAxis>
 </PlotArea>
 </telerik:RadHtmlChart>

 

 

Regards,
Vessy
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Ian
Posted on: 26 Nov 2013 17:38
I would really like to see this.  It would increase the functionality relative to the existing "out of the box" VS controls.