Search code examples
c#winformscsvsparklines

how to add sparkline to windows form application?


I have a project in c# and I need to show sparkline graphs that there info come from .CSV file. Im working with Windows form application and i cant find anything that work on that. I need to have alot of sparkline graphs under each other.

do I need to change from Windows form ? if so to what? I cant do it as a web page.

my professore brought us this sites:

P.S. I'm writing this in c#.


Solution

  • The first site your professor suggested can use WPF which is not web based.

    May I suggest you go over MSDN - WPF and then turn to the site suggested?