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

How to draw line chart?

2 Answers 63 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Mugdha Aditya
Top achievements
Rank 1
Mugdha Aditya asked on 21 Sep 2011, 07:11 AM
Hello,

i have two datatables and i need to draw line chart dynamically (Codebehind) with those data.
2 seires line chart i want.

below is my datatable data.

1st Datatable having data as below
Q1 08 150453000
Q2 08 158688000
Q4 08 1515
Q1 09 1000

2nd Datatable having data as below .
Q4 08 2525
Q1 09 2000

above are 2 series data . Please help me how to draw 2 series line chart for above data .

2 Answers, 1 is accepted

Sort by
0
Bartholomeo Rocca
Top achievements
Rank 1
answered on 21 Sep 2011, 01:00 PM
Hello Mugdha,

I do not believe that RadChart for ASP.NET supports multiple datasources so you will probably need to either combine the data into a single DataTable, or visualize the data in different charts, or manually populate the data in a single chart.

I would suggest you to review the helpful articles here to familiarize yourself with the RadChart data population concepts.


Greetings,
Bart.
0
Mugdha Aditya
Top achievements
Rank 1
answered on 23 Sep 2011, 06:02 AM
Thanks for the reply :)

can you please help me with the code.
How to do that ?
Tags
Chart (Obsolete)
Asked by
Mugdha Aditya
Top achievements
Rank 1
Answers by
Bartholomeo Rocca
Top achievements
Rank 1
Mugdha Aditya
Top achievements
Rank 1
Share this question
or