Difference between revisions of "DarkMagenta"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Constant, used to designate the color DarkMagenta. ==== Usage ==== <syntaxhighlight>DarkMagenta</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated b...")
(No difference)

Revision as of 14:12, 17 January 2012

Constant, used to designate the color DarkMagenta.

Usage

DarkMagenta

Notes

The base 17 colors can be designated by constants.

Example

Create a plot using the color DarkMagenta:

Plot1(Open);
SetPlotColor(1,DarkMagenta);