3 Answers, 1 is accepted
0

Princy
Top achievements
Rank 2
answered on 18 Sep 2012, 12:43 PM
Hi Ryan,
Try the following code to position the Legend to the bottom of the RadChart.
ASPX:
Hope this helps.
Regards,
Princy.
Try the following code to position the Legend to the bottom of the RadChart.
ASPX:
<
telerik:RadChart
ID
=
"RadChart1"
runat
=
"server"
>
......
<
Legend
Appearance-Position-AlignedPosition
=
"Bottom"
></
Legend
>
</
telerik:RadChart
>
Hope this helps.
Regards,
Princy.
0

Matt
Top achievements
Rank 1
answered on 08 Jul 2013, 04:44 PM
This doesn't appear to be resolved in most the skins. For instance I use default, Telerik, Office2007 and all do not apply properly. Code is below
<telerik:RadChart runat="server" ID="chtSecuritySales_new" Legend-Appearance-Position-AlignedPosition="Bottom"
ChartImageFormat="Bmp" AutoLayout="True" EnableTheming="True" Width="380"
onprerender="chtSecuritySales_new_PreRender" >
</telerik:RadChart>
Can you suggest how to get legend at bottom or when this will be resolved?
<telerik:RadChart runat="server" ID="chtSecuritySales_new" Legend-Appearance-Position-AlignedPosition="Bottom"
ChartImageFormat="Bmp" AutoLayout="True" EnableTheming="True" Width="380"
onprerender="chtSecuritySales_new_PreRender" >
</telerik:RadChart>
Can you suggest how to get legend at bottom or when this will be resolved?
0
Hi Matt,
I am not sure why you are experiencing problems with this. I have created a test project and setting the Legend AlignedPosition to Bottom works with both the Telerik theme and with the Office2007 as expected.
I have attached screenshots of this and my test project for reference.
I hope this helps.
Regards,
Petar Kirov
Telerik
I am not sure why you are experiencing problems with this. I have created a test project and setting the Legend AlignedPosition to Bottom works with both the Telerik theme and with the Office2007 as expected.
I have attached screenshots of this and my test project for reference.
I hope this helps.
Regards,
Petar Kirov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.