MarkerStyles coding group
This code group defines the marker style which can be selected per trend item.
Lua access code
To access the code of the codings below, append the coding group name and coding name to inmation.model.codes
,
see an example below.
return inmation.model.codes.MarkerStyles.MARKER_STYLE_CIRCLE
Codings
Name | Code | Description |
---|---|---|
MARKER_STYLE_CIRCLE | 2 | Circle |
MARKER_STYLE_DIAMAND | 6 | Diamond |
MARKER_STYLE_HEXAGON | 8 | Hexagon |
MARKER_STYLE_HEXAGRAM | 11 | Hexagram |
MARKER_STYLE_INVALID | 0 | No marker |
MARKER_STYLE_NONE | 12 | No marker style |
MARKER_STYLE_PENTAGON | 7 | Pentagon |
MARKER_STYLE_PENTAGRAM | 10 | Pentagram |
MARKER_STYLE_PYRAMIDE | 5 | Pyramide |
MARKER_STYLE_SQUARE | 3 | Square |
MARKER_STYLE_TETRAGRAM | 9 | Tetragram |
MARKER_STYLE_TRIANGLE | 4 | Triangle |
MARKER_STYLE_VALUE | 1 | Value Label |