RSTpolyMarkers constants
Use these constants with the Marker property to specify the symbol that will mark each data point for a pen.
The following constants are defined:
Constant | Description |
---|---|
rstPolyNone | No marker |
rstPolyLINE_NUMBER | Pen #. 1 for the first pen, 2 for the second. |
rstPolyA - rstPolyZ | Upper case letter |
rstPolyl_a - rstPolyl_z | Lower case letter |
rstPolyAMPERSAND | & |
rstPolyASTERICK | * |
rstPolyAT | \ |
rstPolyBACK_SLASH | @ |
rstPolyBOXED | ![]() |
rstPolyCOLON | : |
rstPolyCOMMA | , |
rstPolyDOLLAR | $ |
rstPolyDOWN_TRIANGLE | ![]() |
rstPolyEQUAL | = |
rstPolyEXCLAMATION_POINT | ! |
rstPolyFORWARD_SLASH | / |
rstPolyLEFT_BRACE | { |
stPolyUP_TRIANGLE | ![]() |
rstPolyLEFT_BRACKET | [ |
rstPolyLEFT_PAREN | ( |
rstPolyLESS_THAN | < |
rstPolyPERCENT | % |
rstPolyPERIOD | . |
rstPolyPLUS | + |
rstPolyPOUND | # |
rstPolyRIGHT_BRACE | } |
rstPolyRIGHT_BRACKET | ] |
rstPolyRIGHT_PAREN | ) |
rstPolySEMI_COLON | ; |
rstPolySINGLE_QUOTE | ' |
rstPolyTILDA | ~ |
Provide Feedback