SetPlotWidth

From MultiCharts
Revision as of 14:48, 23 January 2012 by 194.84.116.138 (talk) (Created page with "Assigns a specified line width to the specified plot for the duration of the current bar. ==== Usage ==== <syntaxhighlight>SetPlotWidth(PlotNumber,LineWidth)</syntaxhighlig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Assigns a specified line width to the specified plot for the duration of the current bar.

Usage

SetPlotWidth(PlotNumber,LineWidth)

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

LineWidth - a numerical expression specifying the plot line width; line width can range from 1 to 14

Example

Assign a plot line width of 10 to plot1 for the duration of the current bar: 

SetPlotWidth(1,10);