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...")
 
m (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 13:07, 13 February 2012

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

Usage

TL_SetStyle(TL_ID, Tool_Dotted)

or:

TL_SetStyle(TL_ID, 3)

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