I have 3 parameters and i want to display them as a graph/chart such that
param 1 is red
param 2 is green
parem 3 is blue
they go in horizontal direction and vary over time something like, THIS GRAPH how do i do it?
Thanks a lot in advance!!!
I have 3 parameters and i want to display them as a graph/chart such that
param 1 is red
param 2 is green
parem 3 is blue
they go in horizontal direction and vary over time something like, THIS GRAPH how do i do it?
Thanks a lot in advance!!!
I would use the WPF Toolkit for free charts. Otherwise, you could use third party controls.
you can use the report control using a bit of Windows form interop.
take a look at Using MS ReportViewer in WPF.