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

Position the legend

3 Answers 63 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 18 Sep 2012, 12:39 PM
Haii,

I want to position the legend to the bottom of the radchart. How do I do this.

RT

3 Answers, 1 is accepted

Sort by
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:
<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?
0
Petar Kirov
Telerik team
answered on 11 Jul 2013, 12:59 PM
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
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.
Tags
Chart (Obsolete)
Asked by
Ryan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Matt
Top achievements
Rank 1
Petar Kirov
Telerik team
Share this question
or