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

Overlapping labels in StackedBar RadChart

1 Answer 132 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Esperanza Ramos
Top achievements
Rank 1
Esperanza Ramos asked on 07 Oct 2008, 07:45 PM
Hi, All:

I got a StackedBar Chart displaying.  However, labels of a bar are overlapping.
For example, on one bar, I have one section is with value "1", other section of this bar is with value "32".  Now on the top of this bar,  the two numbers are displayed in almost the same location, so they overlap.

How to make them display in different locations?

Thanks to your help.

Stanley Huang

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 10 Oct 2008, 10:38 AM
Hi Stanley,

You can set the LabelLocation property of the first series to Inside. This will move the labels inside the bar, so they will not overlap with the labels of the second series:

<telerik:ChartSeries Name="Series 1" Type="StackedBar"
                        <Appearance> 
                            <LabelAppearance LabelLocation="Inside" > 
..... 


Sincerely,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
Esperanza Ramos
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or