×

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.

GetPlotWidth - MultiCharts
Open main menu

GetPlotWidth

Revision as of 12:38, 13 February 2012 by Admin (talk | contribs) (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)

Returns the plot line width value of the specified plot. Plot line width values range from 0 to 14.

Usage

GetPlotWidth(PlotNumber)

Where: PlotNumber - a numerical expression specifying the plot number; plot numbers range from 1 to 999

Example

Assign the plot line width value of Plot1 to Value1 variable:

Value1=GetPlotWidth(1);