Difference between revisions of "GetPlotBGColor"

From MultiCharts
Jump to navigation Jump to search
(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...")
 
 
Line 10: Line 10:
  
  
[[Category:Environment Information]]
+
[[Category:Plotting]]

Latest revision as of 22:32, 27 February 2017

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: