Difference between revisions of "API Line styles constants"

From NakedMarkets
Jump to navigation Jump to search
(Created page with "=== Summary === The Drawing style constants are used in graphical objects functions to set the style of the line <br> === Definition === {| class=wikitable cellpadding="10" s...")
 
Line 17: Line 17:
|-
|-
| '''STYLE_DASHDOTDOT''' || The pen has alternating dashes and double dots
| '''STYLE_DASHDOTDOT''' || The pen has alternating dashes and double dots
|}
=== Examples ===
=== Examples ===

Revision as of 10:46, 4 January 2023

Summary

The Drawing 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