Tool Dashed
From MultiCharts
Constant, used in combination with TL_SetStyle to designate the Tool Dashed style; can be substituted by a numerical value of 2.
Usage
TL_SetStyle(TL_ID, Tool_Dashed)
or:
TL_SetStyle(TL_ID, 2)
Example
Set the style of the trendline with an ID number of 3 to Tool Dashed:
Value1=TL_SetStyle(3, 2);
Set the style of the trendline with an ID number of 3 to Tool Dashed:
Value1=TL_SetStyle(3, Tool_Dashed);