#include <marker.h>
Marker that marks single value, and drawn as line.
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 files:
- /home/bishop/work/projects/nextgismanager/include/freechart/wx/marker.h
- /home/bishop/work/projects/nextgismanager/src/freechart/marker.cpp