Method | Description | |
---|---|---|
Draw ( System g, |
Draws the marker on a plot surface.
|
|
MarkerItem ( |
Constructor
|
|
MarkerItem ( |
Constructor
|
|
MarkerItem ( |
Constructs a square marker at the (world) point point.
|
|
MarkerItem ( double x, double y ) : System |
Default constructor - a square black marker.
|
public Draw ( System g, |
||
g | System | graphics surface on which to draw |
xAxis | The X-Axis to draw against. | |
yAxis | The Y-Axis to draw against. | |
return | void |
public MarkerItem ( |
||
marker | The marker to place on the chart. | |
point | The world position of the marker | |
return | System |
public MarkerItem ( |
||
marker | The marker to place on the chart. | |
x | double | The world x position of the marker |
y | double | The world y position of the marker |
return | System |
public MarkerItem ( |
||
point | the world position at which to place the marker | |
return | System |
public MarkerItem ( double x, double y ) : System | ||
x | double | The world x position of the marker |
y | double | The world y position of the marker |
return | System |