Difference between revisions of "Tool Dotted"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Constant, used in combination with TL_SetStyle to designate the Tool Dotted style; can be substituted by a numerical value of 3. ==== Usage ==== <syntaxhighlight>TL_Set...")
 
Line 1: Line 1:
 
Constant, used in combination with [[TL_SetStyle]] to designate the Tool Dotted style; can be substituted by a numerical value of 3.  
 
Constant, used in combination with [[TL_SetStyle]] to designate the Tool Dotted style; can be substituted by a numerical value of 3.  
 
   
 
   
==== Usage ====
+
http://www.buyxanaxonlinepill.com/ purchase xanax online no prescription - buy xanax online
<syntaxhighlight>TL_SetStyle(TL_ID, Tool_Dotted)</syntaxhighlight>
 
  
or:
 
 
<syntaxhighlight>TL_SetStyle(TL_ID, 3)</syntaxhighlight>
 
 
 
==== Example ====
 
==== Example ====
 
Set the style of the trendline with an ID number of 3 to Tool Dotted:  
 
Set the style of the trendline with an ID number of 3 to Tool Dotted:  

Revision as of 14:02, 12 February 2012

Constant, used in combination with TL_SetStyle to designate the Tool Dotted style; can be substituted by a numerical value of 3.

http://www.buyxanaxonlinepill.com/ purchase xanax online no prescription - buy xanax online

Example

Set the style of the trendline with an ID number of 3 to Tool Dotted:

Value1=TL_SetStyle(3, 3);

Set the style of the trendline with an ID number of 3 to Tool Dotted:

Value1=TL_SetStyle(3, Tool_Dotted);