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

Chart with <div> tag

1 Answer 43 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Paulo
Top achievements
Rank 1
Paulo asked on 23 Apr 2012, 10:50 PM
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

Sort by
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.
Tags
Chart (Obsolete)
Asked by
Paulo
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or