Method | Description | |
---|---|---|
Draw ( |
Draws the horizontal line plot on a GDI+ surface against the provided x and y axes.
|
|
HorizontalLine ( double yValue ) : System |
Constructor
|
|
HorizontalLine ( double yValue, Color color ) : System |
Constructor
|
|
HorizontalLine ( double yValue, |
Constructor
|
|
SuggestXAxis ( ) : |
Returns null indicating that x extremities of the line are variable.
|
|
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 HorizontalLine ( double yValue ) : System | ||
yValue | double | ordinate (Y) value of line. |
return | System |
public HorizontalLine ( double yValue, Color color ) : System | ||
yValue | double | ordinate (Y) value of line. |
color | Color | draw the line using this color. |
return | System |
public HorizontalLine ( double yValue, |
||
yValue | double | ordinate (Y) value of line. |
pen | Pen to use to draw the line. | |
return | System |