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

Problem with Labels

1 Answer 71 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Dany V
Top achievements
Rank 1
Dany V asked on 14 Jun 2010, 06:41 PM
Hi...I'm having problems with the labels, for one reason the chart don't show the labels for all the bars....attached is an image of my problem.
hope you can help me =)

Regards!

1 Answer, 1 is accepted

Sort by
0
Accepted
Ves
Telerik team
answered on 17 Jun 2010, 09:16 AM
Hello Daniel,

Have you set the IntelligentLabelsEnabled property to true by any chance? This might be the reason for missing labels in case of heavily loaded graphs. I would suggest turning that feature off in this case. You may consider placing the labels inside the bars and rotating them:

<telerik:ChartSeries Name="Series 1">
    <Appearance>
        <LabelAppearance LabelLocation="Inside" RotationAngle="90">
        </LabelAppearance>
    </Appearance>


Best regards,
Ves
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart (Obsolete)
Asked by
Dany V
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or