1D Chart
Posted: Fri May 04, 2007 9:42 pm
This may sound trivial but I am interested in charting a 1 dimensional chart. I would like to add points to a series by calling an add method like
Add(double[]).
I would like to see the output to look like points on the X axis of a 2D chart if my series style = Points or have it look like a line segment if I select series style = Line.
Am I using the appropriate series styles?
Is there something I not aware of that might be a better choice?
Add(double[]).
I would like to see the output to look like points on the X axis of a 2D chart if my series style = Points or have it look like a line segment if I select series style = Line.
Am I using the appropriate series styles?
Is there something I not aware of that might be a better choice?