C_PlotStyle
The C_PlotStyle represents the various visual styles available for plotting indicators on a chart.
Name |
Description |
BOX_BOTTOM |
Indicates a box plot from the bottom of the chart. |
BOX_TOP |
Indicates a box plot from the top of the chart. |
BOX_ZERO |
Indicates a box plot from the zero line. |
CROSS |
Indicates a cross plot. |
DOT |
Indicates a dot plot. |
HASH |
Indicates a hash plot. |
LINE |
Indicates a line plot. |
SQUARE |
Indicates a square plot. |
STAIR |
Indicates a stair step plot. |
TRIANGLE_DOWN |
Indicates a triangle down plot. |
TRIANGLE_LEFT |
Indicates a triangle left plot. |
TRIANGLE_RIGHT |
Indicates a triangle right plot. |
TRIANGLE_UP |
Indicates a triangle up plot. |