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

Item Label Overlapping

7 Answers 320 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
saurabh(GV433015)
Top achievements
Rank 1
saurabh(GV433015) asked on 18 Mar 2011, 07:47 AM
Hi Team,

I m facing problem of Item Label overlapping. i m drawing series item on particulate time interval.
Chart is updating after every 10 sec.Kindly refer attachment.
Please Help me out fr this.

Thanks and Regards,
Saurabh dubey

7 Answers, 1 is accepted

Sort by
0
Missing User
answered on 23 Mar 2011, 02:49 PM
Hi saurabh,

You can set the LayoutMode of the XAxis to Inside and the RadChart.Dock property to None. This will position the XAxis labels inside the plot area and keep the size of the plot area when the window size is changed, so that the labels will not overlap.
radChart1.PlotArea.XAxis.LayoutMode = ChartAxisLayoutMode.Inside;
radChart1.Dock = DockStyle.None;

Kind regards,
Polina
the Telerik team
0
saurabh(GV433015)
Top achievements
Rank 1
answered on 29 Mar 2011, 09:17 AM
Hi Polina,

Thanks for your reply, but still my problem not solved.
As my form and chat size is fixed so it is overlapping.
kindly provide some other solution. Can we Draw value Up and Down of the Line in alternative sequence?


Thanks and Regards,
Saurabh dubey
0
Missing User
answered on 31 Mar 2011, 01:03 PM
Hello saurabh,

You can try to set the RadChart.IntelligentLabelsEnabled to true. The Intelligent Labels feature of RadChart automatically re-aligns labels making each labeled value stand out clearly.

I hope this helps.

Greetings,
Polina
the Telerik team
0
saurabh(GV433015)
Top achievements
Rank 1
answered on 04 Apr 2011, 08:20 AM
Hi Polina,

Thanks for your reply, 

I did changes according to your suggestion,Still its not looks what i want. Kindly refer the attachment.
Please provide me some other solution if any.

Thanks and Regards
Saurabh
0
Missing User
answered on 07 Apr 2011, 09:42 AM
Hi saurabh,

The IntelligentLabelsEnabled resolves the overlapping issue, however due to the fact that your chart is very busy (many data points in very small space), the resulting label positioning looks a bit akward. Unfortunately RadChart does not expose additional positiong API that would allow you to customize the labels location in this scenario. You can try to manually hide specific series item labels on the ItemDataBound event in order to reduce the label clutter.


Kind regards,
Polina
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
0
Alfonsina
Top achievements
Rank 1
answered on 05 Jul 2012, 09:06 AM

Hallo Polina,

I would like to know how I use the Intelligent Labels in a RadChart. My lablels are overlapping in the Radchart.

Thanks very much,

kind regards,

Alfonsina

0
Evgenia
Telerik team
answered on 09 Jul 2012, 10:35 AM
Hello Saurabh,

 You may check this online demo where the Intelligent Labels feature is shown in action.

Regards,
Evgenia
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
Chart (obsolete as of Q1 2013)
Asked by
saurabh(GV433015)
Top achievements
Rank 1
Answers by
Missing User
saurabh(GV433015)
Top achievements
Rank 1
Alfonsina
Top achievements
Rank 1
Evgenia
Telerik team
Share this question
or