"Smart Labels" are labels that do not overlap each other.
They are mentioned in the docs: http://docs.telerik.com/devtools/wpf/controls/radchartview/features/labels/smart-labels
My question is about "Smart Labels", which is a Telerik UI feature we decided to use. I need to mirror Telerik UI Charts functionality using Kendo UI Charts and thus "Smart Labels" is a requirement.
Unfortunately, there is no such feature in Kendo UI Charts. You can find a thread relating to this in the Telerik forums.
Basically what the Telerik representative says is that the feature isn't available and suggests several other solutions:
categoryAxis.labels.step
/categoryAxis.labels.skip
options and display only some of the labelscategoryAxis.labels.template
and trim the labels to a specific lengthAnother user preferred making the labels invisible altogether.