I am currently using Microsoft's chart control - the MSDN documentation for it is here
I am examining the SeriesChartType
documentation, which is mostly unneeded, except for one question:
- What is the difference between the
Line
andFastLine
types? - When should I favor one type over the other?
Thank you in advance for any help.