+1 888 340 6572

GetPlotWidth: Difference between revisions

From MultiCharts
(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...")
 
Line 7: Line 7:
   
   
==== Example ====
==== Example ====
<syntaxhighlight>Assign the plot line width value of Plot1 to Value1 variable:  
Assign the plot line width value of Plot1 to Value1 variable:  


Value1=GetPlotWidth(1);</syntaxhighlight>  
<syntaxhighlight>Value1=GetPlotWidth(1);</syntaxhighlight>  
   
   


[[Category:Plotting]]
[[Category:Plotting]]

Revision as of 14:40, 26 January 2012

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