API Objects properties constants
Summary
The Object type constants are used in graphical objects functions to set the property of the object
Definition
Constant name | Value | Type |
---|---|---|
OBJPROP_TIME1 | Datetime value to set/get first coordinate time part (X1) | DateTime |
OBJPROP_PRICE1 | Double value to set/get first coordinate price part (Y1) | Double |
OBJPROP_TIME2 | Datetime value to set/get second coordinate time part (X2) | DateTime |
OBJPROP_PRICE2 | Double value to set/get second coordinate price part (Y2) | Double |
OBJPROP_TIME3 | Datetime value to set/get third coordinate time part (X3) | DateTime |
OBJPROP_PRICE3 | Double value to set/get third coordinate price part (Y3) | Double |
OBJPROP_COLOR | Color value to set/get object color | Color |
OBJPROP_STYLE | Rectangle | |
OBJPROP_WIDTH | Ellipse | |
OBJPROP_FIBOLEVELS | Triangle | |
OBJPROP_LEVELCOLOR | Thumbs up | |
OBJPROP_LEVELSTYLE | Thumbs down | |
OBJPROP_LEVELWIDTH | Arrow Up | |
OBJPROP_FONTSIZE | Arrow down |