-
Ravi
5
posts
Member since:
May 2016
Posted 24 May 2016
Link to this post
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.
-