OBJPROP_TIME1 | datetime | Datetime value to set/get first coordinate time part |
OBJPROP_PRICE1 | double | Double value to set/get first coordinate price part |
OBJPROP_TIME2 | datetime | Datetime value to set/get second coordinate time part |
OBJPROP_PRICE2 | double | Double value to set/get second coordinate price part |
OBJPROP_TIME3 | datetime | Datetime value to set/get third coordinate time part |
OBJPROP_PRICE3 | double | Double value to set/get third coordinate price part |
OBJPROP_COLOR | color | Color value to set/get object color |
OBJPROP_STYLE | int | Value is one of STYLE_SOLID, STYLE_DASH, STYLE_DOT, STYLE_DASHDOT, STYLE_DASHDOTDOT constants to set/get object line style |
OBJPROP_WIDTH | int | Integer value to set/get object line width. Can be from 1 to 5 |
OBJPROP_BACK | bool | Boolean value to set/get background drawing flag for object |
OBJPROP_RAY | bool | Boolean value to set/get ray flag of object. |
OBJPROP_ELLIPSE | bool | Boolean value to set/get ellipse flag for fibo arcs |
OBJPROP_SCALE | double | Double value to set/get scale object property |
OBJPROP_ANGLE | double | Double value to set/get angle object property in degrees |
OBJPROP_ARROWCODE | int | Integer value or arrow enumeration to set/get arrow code object property |
OBJPROP_TIMEFRAMES | int | Value can be one or combination (bitwise addition) of object visibility constants to set/get timeframe object property |
OBJPROP_DEVIATION | double | Double value to set/get deviation property for Standard deviation objects |
OBJPROP_FONTSIZE | int | Integer value to set/get font size for text objects |
OBJPROP_CORNER | int | Integer value to set/get anchor corner property for label objects. Must be from 0-3. |
OBJPROP_XDISTANCE | int | Integer value to set/get anchor X distance object property in pixels (see note) |
OBJPROP_YDISTANCE | int | Integer value is to set/get anchor Y distance object property in pixels (see note) |
OBJPROP_FIBOLEVELS | int | Integer value to set/get Fibonacci object level count. Can be from 0 to 32 |
OBJPROP_LEVELCOLOR | color | Color value to set/get object level line color |
OBJPROP_LEVELSTYLE | int | Value is one of STYLE_SOLID, STYLE_DASH, STYLE_DOT, STYLE_DASHDOT, STYLE_DASHDOTDOT constants to set/get object level line style |
OBJPROP_LEVELWIDTH | int | Integer value to set/get object level line width. Can be from 1 to 5 |
OBJPROP_FIRSTLEVEL+n | int | Integer value to set/get the value of Fibonacci object level with index n. Index n can be from 0 (number of levels -1), but not larger than 31 |