Creates a symbol to mark data points of a dataset.
Return Value
hMarker is the handle of the marker symbol.
Parameters
nStyle is one of the following values:
| Value | Meaning |
|---|---|
|
Plus sign |
|
Cross |
|
Star |
|
Circle |
|
Rectangle |
|
Diamond |
|
Triangle |
|
Triangle turned 90 degrees |
|
Triangle turned 180 degrees |
|
Triangle turned 270 degrees |
|
Hourglass (2 triangles) |
|
Hourglass turned 90 degrees |
|
Star |
|
Circle with dot |
|
Circle with Plus sign |
|
Circle with cross |
|
Rectangle with dot |
|
Rectangle with plus sign |
|
Rectangle with cross |
|
Invisible Marker |
|
Smallest plotable point |
rsSize is the size of the symbol in centimeters.
rvEdgeColorRGB is a vector with 3 elements that sets the the symbol edge color:
| Value | Meaning |
|---|---|
| rvEdgeColorRGB[1] | Red (0 to 255) |
| rvEdgeColorRGB[2] | Green (0 to 255) |
| rvEdgeColorRGB[3] | Blue (0 to 255) |
rvFillColorRGB is a vector with 3 elements that sets the the symbol fill color:
| Value | Meaning |
|---|---|
| rvFillColorRGB[1] | Red (0 to 255) |
| rvFillColorRGB[2] | Green (0 to 255) |
| rvFillColorRGB[3] | Blue (0 to 255) |
rsEdgeWidth is the edge width of the symbol in steps of 0.1 mm.
History
| Version | Description |
|---|---|
| 4.2.7 | Function can be invoked with one parameter (copy constructor). |
See also
Overview Marker, MarkerDestroy, XYSetMarker, XYZSetMarker, ObjCopy
id-751959