Property | Type | Description |
---|
Method | Description | |
---|---|---|
Draw ( |
Draws the line plot on a GDI+ surface against the provided x and y axes.
|
|
LinePlot ( IList |
Constructor
|
|
SuggestXAxis ( ) : DateTimeAxis |
Returns an x-axis that is suitable for drawing this plot.
|
|
SuggestYAxis ( ) : LinearAxis |
Returns a y-axis that is suitable for drawing this plot.
|
public Draw ( |
||
g | The GDI+ surface on which to draw. | |
xAxis | The X-Axis to draw against. | |
yAxis | The Y-Axis to draw against. | |
return | void |
public LinePlot ( IList |
||
yData | IList |
the ordinate data to associate with this plot. |
xData | IList |
the abscissa data to associate with this plot. |
return | System |