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

Stacked column Label position

1 Answer 96 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
cw
Top achievements
Rank 1
cw asked on 04 Nov 2009, 04:33 PM
I have created the following stacked column charts (please see sample.jpg in the attachment).

1. How can I avoid overlapping labels (top chart)
2. How can I place each label inside the according bar panel and not above it and two labels in the top stack (bottom chart)

Thanks for your help!

Meanwhile I have solved issue #2 by setting the AxisMode to Extended:

chart.PlotArea.YAxis.AxisMode =

ChartYAxisMode.Extended;

(Still looking for a solution for #1. In my opinion that should be solved with the AutoLayout setting. But it does not. A bug?)

 

 

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 06 Nov 2009, 12:52 PM
Hi,

The AutoLayout property would not take into account the series items labels. It will only calculate the positions for chart title, legend, axes along with their labels and item labels and the plot area itself, but not the labels inside it. In order to let RadChart position those labels for you, please set the IntelligentLabelsEnabled property to true.

Regards,
Ves
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Chart (Obsolete)
Asked by
cw
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or