I want to know the equivalent property for StepLabelLevelCount(available in Silverlight charts) in metro apps.
Let me know whether it is available in current version or not?
3 Answers, 1 is accepted
0
Tsvyatko
Telerik team
answered on 31 Jul 2012, 07:35 AM
Hi Nazia,
Currently we do not offer this feature. However, RadChart for Metro offers similar feature through Axis.LabelFitMode which allows labels to rendered on multiple lines or rotated.
Its usage is the following:
...
<telerik:LinearAxis LabelFitMode="MultiLine"/>
...
Let me know if this fits to your scenario.
All the best,
Tsvyatko
the Telerik team
I have attached snapshots highlighting my requirement.
I need to vary the x-axis label positions as mentioned in labelLevel.png
Please let me know how to achieve this?
0
Accepted
Tsvyatko
Telerik team
answered on 02 Aug 2012, 02:32 PM
Hi Nazia,
Unfortunately, the current version does not support such layout. We have some ideas of extending the chart in this direction. However, currently we cannot commit whether this will be available in the official version.