Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing a health monitoring project for school and i need help making a chart with multiple series.
My data set is formatted as follows:

Date of sample, Time sample is taken, Heart rate for that time frame, Distance traveled in that time frame

^ those are the columns and there are about currently about 16000 samples for this demo.

I need the heart rate and distance to be separate series -they will be the y values

for the x values- time of sample taken for every date of sample.

Its just two line graphs, but I really am clueless about this.

I very much appreciate any help one can give.
Posted

1 solution

"Clueless" is rather broad, so I'm not sure of your C# abilities.
Does this help?
http://csharp.net-informations.com/excel/csharp-excel-chart.ht[^]

If you need more details on each class and method given there, go to http://msdn.microsoft.com/library[^]and search there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900