+1 888 340 6572

DarkMagenta: Difference between revisions

From MultiCharts
(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);