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

Problem with ChartSeries

1 Answer 53 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
piro
Top achievements
Rank 1
piro asked on 19 Feb 2009, 03:45 AM
I have a problem with chartseries need  help.

I drawn a chart set chart SeriesOrientation="Horizontal"  . When I drawn a chartseries  and its label is too long  and Total length of chartseries and its label over  chart with, it have a confict beetween chartseries and it lable.
Now, I want to do that when total chartseries too long , its lable will auto move to below row  , but I don't know how to do?


Thansk very much !

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 20 Feb 2009, 07:55 AM
Hi piro,

RadChart does not support such dynamic labels positioning, but you can configure the series to display the labels outside the bars:

<telerik:ChartSeries Name="Series 1" Type="Bar"
    Appearance BarWidthPercent="50"
        <LabelAppearance LabelLocation="Outside"
        </LabelAppearance> 
    </Appearance> 

You may need to decrease the bar size, so that there is enough room for the labels.

Best wishes,
Ves
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Chart (Obsolete)
Asked by
piro
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or