Méthode | Description | |
---|---|---|
Draw ( |
Draws the step plot on a GDI+ surface against the provided x and y axes.
|
|
DrawInLegend ( |
Draws a representation of this plot in the legend.
|
|
StepPlot ( ) : System |
Constructor.
|
|
SuggestXAxis ( ) : |
Returns an X-axis suitable for use by this plot. The axis will be one that is just long enough to show all data.
|
|
SuggestYAxis ( ) : |
Returns an Y-axis suitable for use by this plot. The axis will be one that is just long enough to show all data.
|
public Draw ( |
||
g | The GDI+ surface on which to draw. | |
xAxis | The X-Axis to draw against. | |
yAxis | The Y-Axis to draw against. | |
Résultat | 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. | |
Résultat | void |