Method | Description | |
---|---|---|
Draw ( |
Draws the point plot on a GDI+ surface against the provided x and y axes.
|
|
DrawInLegend ( |
Draws a representation of this plot in the legend.
|
|
PointPlot ( ) : System |
Default Constructor
|
|
PointPlot ( |
Constructor for the marker plot.
|
|
SuggestXAxis ( ) : |
Returns an x-axis that is suitable for drawing this plot.
|
|
SuggestYAxis ( ) : |
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 DrawInLegend ( |
||
g | The graphics surface on which to draw. | |
startEnd | A rectangle specifying the bounds of the area in the legend set aside for drawing. | |
return | void |
public PointPlot ( |
||
marker | The marker to use. | |
return | System |