+1 888 340 6572

Tool Dashed2: Difference between revisions

From MultiCharts
(Created page with "Constant, used in combination with TL_SetStyle to designate the Tool Dashed2 style; can be substituted by a numerical value of 4. ==== Usage ==== <syntaxhighlight>TL_Se...")
 
(No difference)

Latest revision as of 12:23, 26 January 2012

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

Usage

TL_SetStyle(TL_ID, Tool_Dashed2)

or:

TL_SetStyle(TL_ID, 4)

Example

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

Value1=TL_SetStyle(3, 4);

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

Value1=TL_SetStyle(3, Tool_Dashed2);