LineMarker Class Reference
#include <marker.h>
List of all members.
Detailed Description
Marker that marks single value, and drawn as line.
Member Function Documentation
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: