Syntax
Public Sub LineStyle (chart_ID As Long, name As string, value As ENUM_LINE_STYLE)
Description
This sub used to set style for specific drawing indicator line.
Parameters
Key | Description |
chart_ID | Chart identifier, 0 is the current chart ,value of type Long |
name | Indicator name to set line style for it , value of type String. |
value | Style of line , can be one of the ENUM_LINE_STYLE. |
Return value
No returned value.
Sample
Public Sub main () LineStyle (0,Inidicator name, STYLY_DASH) End sub
See Also