TOptValue_linestyle
What Is It?
When to Use
Syntax
public MyLineStyle!: TOptValue_LineStyle;
public Init(): void {
// Create the parameter
this.MyLineStyle = this.api.createTOptValue_LineStyle(isVisible, color, style, width, ignoreColor);
// Register the parameter
this.api.RegOption("MyLineStyle", TOptionType.LINE, this.MyLineStyle);
}Notes
Last updated