+1 888 340 6572

GetPlotWidth

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Notes

Example

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

Value1 = GetPlotWidth(1);