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

RadChart ItemLable position

3 Answers 62 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Muhammad
Top achievements
Rank 1
Muhammad asked on 10 Feb 2009, 10:10 AM
hi.
i am using asp.netajax radchart. i am binding radchart with code behind and SeriesOrientation="Horizontal" and BarWidthPercent = 25
issue is that i need to display display itemlabel above the bars but not over the bar.so itemlabel doesnot overlap with its bar.

thanks


3 Answers, 1 is accepted

Sort by
0
Muhammad
Top achievements
Rank 1
answered on 12 Feb 2009, 06:05 AM

hi.
i am using asp.netajax radchart. i am binding radchart with code behind and SeriesOrientation="Horizontal" and BarWidthPercent = 25
issue is that i need to display display itemlabel above the bars but not over the bar.so itemlabel doesnot overlap with its bar.

thanks
0
Accepted
Velin
Telerik team
answered on 12 Feb 2009, 11:31 AM
Hello Muhammad,

You could use code like this to place the labels above the bars:
chart.Series[0].Appearance.LabelAppearance.LabelLocation = Telerik.Charting.Styles.StyleSeriesItemLabel.ItemLabelLocation.Outside; 

Hope this will help.

Best wishes,
Velin
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Muhammad
Top achievements
Rank 1
answered on 13 Feb 2009, 04:54 AM
thanks
Tags
Chart (Obsolete)
Asked by
Muhammad
Top achievements
Rank 1
Answers by
Muhammad
Top achievements
Rank 1
Velin
Telerik team
Share this question
or