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.
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/.
I would really like to see this. It would increase the functionality relative to the existing "out of the box" VS controls.