×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

GetPlotBGColor - MultiCharts
Open main menu

GetPlotBGColor

Revision as of 13:53, 16 May 2012 by Roman MultiCharts (talk | contribs) (Created page with "Returns the numeric color value of the plot (cell) background in a grid. ==Usage== <syntaxhighlight>GetPlotBGColor(PlotNum);</syntaxhighlight> Where '''PlotNum''' is a numeri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the numeric color value of the plot (cell) background in a grid.

Usage

GetPlotBGColor(PlotNum);

Where PlotNum is a numeric expression representing a plot number.

Example

Value1 = GetPlotBGColor(1);

Will set a variable, Value1, to the cell color of the Plot1 background: