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

Display chart legends below x-axis horizontally

2 Answers 157 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Akki
Top achievements
Rank 1
Akki asked on 16 Jul 2012, 06:58 AM
Hi All,

Could we change the position of rad chart display ? Actually I want to display the legends on below x-axis horizontally. Is it possible?


I tried this code, ucMovement.Legend.Appearance.Position.Auto = false by doing this it will display in top right (default). Then I set the position X, but it is not coming properly. Thanks in Advance.

Best Regards,
Akki

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 16 Jul 2012, 08:00 AM
Hi Akki,

Try the following code to achieve your scenario.

ASPX:
<telerik:RadChart ID="RadChart1" runat="server" >
  <Series>
   .........................
  </Series>
  <Legend>
    <Appearance Overflow="row" Position-AlignedPosition="Bottom" ></Appearance>     
  </Legend>
</telerik:RadChart>

Hope this helps.

Thanks,
Princy.
0
Akki
Top achievements
Rank 1
answered on 16 Jul 2012, 08:46 AM
Thanks Princy,

That is what I want. Thanks once again.

Regards,
Akki
Tags
Chart (Obsolete)
Asked by
Akki
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Akki
Top achievements
Rank 1
Share this question
or