Méthode | Description | |
---|---|---|
Draw ( |
Draws the vertical line plot on a GDI+ surface against the provided x and y axes.
|
|
SuggestXAxis ( ) : |
Returns an x-axis that is suitable for drawing this plot.
|
|
SuggestYAxis ( ) : |
Returns null indicating that y extremities of the line are variable.
|
|
VerticalLine ( double abscissaValue ) : System |
Constructor
|
|
VerticalLine ( double abscissaValue, Color color ) : System |
Constructor
|
|
VerticalLine ( double abscissaValue, |
Constructor
|
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 VerticalLine ( double abscissaValue ) : System | ||
abscissaValue | double | abscissa (X) value of line. |
Résultat | System |
public VerticalLine ( double abscissaValue, Color color ) : System | ||
abscissaValue | double | abscissa (X) value of line. |
color | Color | draw the line using this color. |
Résultat | System |
public VerticalLine ( double abscissaValue, |
||
abscissaValue | double | abscissa (X) value of line. |
pen | Pen to use to draw the line. | |
Résultat | System |