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

How to create a Line chart with multiple line series.

0 Answers 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ravi
Top achievements
Rank 1
Ravi asked on 24 May 2016, 03:27 PM
Hi,


Please help me with some code samples to create a Line chart with multiple line series.  I am getting a List from stored procedure, and assigning that List to the Line Chart’s data source.

LineChart.DataSource = List;

The List looks like this:

Date                #Absentees              Week#       College Name
04/01/2016      5                                 19                           ABC
04/11/2016      10                               20                           XYZ
05/01/2016      15                               21                           PQR

I need to create multiple line series, each series per each College.
X-axis is Week#, and the Y-axis is Number of Absentees.

Please help me with some code samples to create a Line chart with multiple line series.  

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Ravi
Top achievements
Rank 1
Share this question
or