API Line styles constants

From NakedMarkets
Revision as of 10:45, 4 January 2023 by NMWikiWeb (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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