Inheritance diagram for NPlot::MarkerItem:
Public Member Functions | |
MarkerItem (PointD point) | |
Constructs a square marker at the (world) point point. | |
MarkerItem (double x, double y) | |
Default constructor - a square black marker. | |
MarkerItem (Marker marker, double x, double y) | |
Constructor. | |
MarkerItem (Marker marker, PointD point) | |
Constructor. | |
void | Draw (System.Drawing.Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis) |
Draws the marker on a plot surface. | |
Private Attributes | |
Marker | marker_ |
double | x_ |
double | y_ |
Definition at line 61 of file MarkerItem.cs.
|
Constructs a square marker at the (world) point point.
Definition at line 73 of file MarkerItem.cs. References marker_, NPlot::PointD::X, x_, NPlot::PointD::Y, and y_. |
|
Default constructor - a square black marker.
Definition at line 86 of file MarkerItem.cs. |
|
Constructor.
Definition at line 100 of file MarkerItem.cs. |
|
Constructor.
Definition at line 112 of file MarkerItem.cs. References marker_, NPlot::PointD::X, x_, NPlot::PointD::Y, and y_. |
|
Draws the marker on a plot surface.
Definition at line 125 of file MarkerItem.cs. References NPlot::Marker::Draw(), marker_, NPlot::PhysicalAxis::WorldToPhysical(), x_, and y_. |
|
Definition at line 64 of file MarkerItem.cs. Referenced by Draw(), and MarkerItem(). |
|
Definition at line 65 of file MarkerItem.cs. Referenced by Draw(), and MarkerItem(). |
|
Definition at line 66 of file MarkerItem.cs. Referenced by Draw(), and MarkerItem(). |