API Line styles constants: Difference between revisions

From NakedMarkets
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=== Summary ===
=== Summary ===


The Drawing style constants are used in graphical objects functions to set the style of the line
The Line style constants are used in graphical objects functions to set the style of the line
<br>
<br>
=== Definition ===
=== Definition ===

Revision as of 09:58, 5 January 2023

Summary

The Line style constants are used in graphical objects functions to set the style of the line

Definition

Constant name Value
STYLE_SOLID The pen is solid
STYLE_DASH The pen is dashed
STYLE_DOT The pen is dotted
STYLE_DASHDOT The pen has alternating dashes and dots
STYLE_DASHDOTDOT The pen has alternating dashes and double dots

Examples