Задаёт координату по вертикали (шкале цен) одной из точек привязки графического объекта
setPrice(value:float)
Parameters
Name |
Type |
Действие |
Значение по умолчанию |
value |
float |
New price |
— |
Return value
Object reference of type GObject for chain of calls
Description
Used in the method
onUpdate to set or change the vertical coordinate of a point (price scale).
Example
obj.setPrice(Low[21]);