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

Issue with labels on x-axis

1 Answer 37 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
sreelakshmi T
Top achievements
Rank 1
sreelakshmi T asked on 19 Feb 2014, 07:24 PM
I have a radcartesian chart with datetimecontinuous axis as x-axis.i  am binding the series dynamically from code behind i.e from xaml.cs.actually if i plot the gro between two days the x-axis labels are getting repeated.please let meknow what is the reason and how to fix this.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Boris
Telerik team
answered on 24 Feb 2014, 05:39 PM
Hello Sreelakshmi,

A possible reason for the duplicate labels, might be the set value of the LabelFormat property of the DateTimeContinuousAxis element.

For example if you have the date "11 July 13:00" and the date "11 July 17:00" if you LabelFormat property is set to "d MMM" you will see "11 July" twice. In order to display them with the hours and minutes you can set the property to "d MMM HH:mm". Please give it a try and if you need more assistance please provide us with more detailed information on how you need the labels to be visualized. Then we might think of a possible solution.

Please let us know if this helps you.

Regards,
Boris Penev
Telerik
Tags
ChartView
Asked by
sreelakshmi T
Top achievements
Rank 1
Answers by
Boris
Telerik team
Share this question
or