How can I do to start my chart into <div> tag? Example: In my webpage I have 3 div tags:
1) Topo
2) Conteudo
3) Rodape
I want to start my Chart into Conteudo div. How do I do?
1 Answer, 1 is accepted
0
Ves
Telerik team
answered on 26 Apr 2012, 11:45 AM
Hi,
All you need to do is place RadChart within the corresponding <div> tag:
<div>
Topo
</div>
<div>
Conteudo
<telerik:RadChart ID="RadChart2" runat="server">
..........
</telerik:RadChart>
</div>
<div>
Rodape
</div>
Best regards,
Ves
the Telerik team
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 their blog feed now.