Marker that marks single value, and drawn as line.
More...
#include <marker.h>
|
|
| LineMarker (wxPen linePen) |
| |
|
| LineMarker (wxColour lineColour, int lineWidth=1) |
| |
| virtual void | Draw (wxDC &dc, wxRect rcData, Axis *horizAxis, Axis *vertAxis) |
| | Performs marker drawing. More...
|
| |
| void | SetVerticalLine (double value) |
| | Sets vertical line value. More...
|
| |
| void | SetHorizontalLine (double value) |
| | Sets horizontal line value. More...
|
| |
| void | SetValue (double value, bool horizontal) |
| | Sets line value. More...
|
| |
Marker that marks single value, and drawn as line.
Definition at line 71 of file marker.h.
| virtual void LineMarker::Draw |
( |
wxDC & |
dc, |
|
|
wxRect |
rcData, |
|
|
Axis * |
horizAxis, |
|
|
Axis * |
vertAxis |
|
) |
| |
|
virtual |
Performs marker drawing.
- Parameters
-
| dc | device context |
| rcData | data area rectangle |
| horizAxis | horizontal axis |
| vertAxis | vertical axis |
Implements Marker.
| void LineMarker::SetHorizontalLine |
( |
double |
value | ) |
|
Sets horizontal line value.
- Parameters
-
| void LineMarker::SetValue |
( |
double |
value, |
|
|
bool |
horizontal |
|
) |
| |
Sets line value.
- Parameters
-
| value | mark value |
| horizontal | true to mark horizontal line, false to mark vertical |
| void LineMarker::SetVerticalLine |
( |
double |
value | ) |
|
Sets vertical line value.
- Parameters
-
The documentation for this class was generated from the following file: