Defines possible marker shapes.
Currently the library supports the following built-in marker shapes:
Enumerator |
---|
MS_CIRCLE |
The marker is a circle.
|
MS_TRIANGLE |
The marker is a triangle.
|
MS_RECTANGLE |
The marker is a rectangle.
|
MS_RHOMBUS |
The marker is a rhombus.
|
MS_TRIANGLE_LEFT |
The marker is a left-directed triangle.
|
MS_TRIANGLE_DOWN |
The marker is a down-directed triangle.
|
MS_TRIANGLE_RIGHT |
The marker is a right-directed triangle.
|
MS_PENTAGON |
The marker is a pentagon.
|
MS_HEXAGON |
The marker is a pentagon.
|
MS_STAR |
The marker is a start.
|
MS_CROSS |
The marker is a cross.
|