GetPlotWidth

From MultiCharts
Revision as of 12:55, 23 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the plot line width value of the specified plot. Plot line width values range from 0 to 14. ==== Usage ==== <syntaxhighlight>GetPlotWidth(PlotNumber)</syntaxhighlig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);