Sets properties for the indicator
setProperty(name:int, value:mixed)
Parameters
Name |
Type |
Действие |
Значение по умолчанию |
name |
int |
Property name |
— |
value |
mixed |
Property value |
— |
Description
Used in the constructor. The list of properties can be viewed in
Property
Example
// Setting the property SeparateWindow, due to which the indicator is displayed in a separate window
this.setProperty(Property.SeparateWindow, true);
// Setting the property ShortName, which gives the whole indicator a name "Indicator"
this.setProperty(Property.ShortName, "Indicator");