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

Bar labels not lining up correctly

1 Answer 40 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 19 Jun 2013, 01:32 PM
In this bar chart, some of the labels aren't lining up correctly. What can I do fix this?

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 24 Jun 2013, 07:34 AM
Hi Matthew,

It appears like there isn't enough space for all the labels to be positioned. Is the IntelligentLabels property set to true or false? In case it is true you could try setting it to false and trying to manually update the labels positioning, here is a sample : 
RadChart1.Series[1].Appearance.LabelAppearance.LabelLocation = Telerik.Charting.Styles.StyleSeriesItemLabel.ItemLabelLocation.Outside;

In case the issue persists, please, open a support ticket and send us a sample test application, which demonstrates this issue, so that we could have a look at it on our side.

Regards,
Nikolay
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Chart (Obsolete)
Asked by
Matthew
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or