| Constant | Value | Type | Description |
| OBJPROP_TIME1 | 0 | datetime | Datetime value to set/get first coordinate time part. |
| OBJPROP_PRICE1 | 1 | double | Double value to set/get first coordinate price part. |
| OBJPROP_TIME2 | 2 | datetime | Datetime value to set/get second coordinate time part. |
| OBJPROP_PRICE2 | 3 | double | Double value to set/get second coordinate price part. |
| OBJPROP_TIME3 | 4 | datetime | Datetime value to set/get third coordinate time part. |
| OBJPROP_PRICE3 | 5 | double | Double value to set/get third coordinate price part. |
| OBJPROP_COLOR | 6 | color | Color value to set/get object color. |
| OBJPROP_STYLE | 7 | int | Value is one of STYLE_SOLID, STYLE_DASH, STYLE_DOT, STYLE_DASHDOT, STYLE_DASHDOTDOT constants to set/get object line style. |
| OBJPROP_WIDTH | 8 | int | Integer value to set/get object line width. Can be from 1 to 5. |
| OBJPROP_BACK | 9 | bool | Boolean value to set/get background drawing flag for object. |
| OBJPROP_RAY | 10 | bool | Boolean value to set/get ray flag of object. |
| OBJPROP_ELLIPSE | 11 | bool | Boolean value to set/get ellipse flag for fibo arcs. |
| OBJPROP_SCALE | 12 | double | Double value to set/get scale object property. |
| OBJPROP_ANGLE | 13 | double | Double value to set/get angle object property in degrees. |
| OBJPROP_ARROWCODE | 14 | int | Integer value or arrow enumeration to set/get arrow code object property. |
| OBJPROP_TIMEFRAMES | 15 | int | Value can be one or combination (bitwise addition) of object visibility constants to set/get timeframe object property. |
| OBJPROP_DEVIATION | 16 | double | Double value to set/get deviation property for Standard deviation objects. |
| OBJPROP_FONTSIZE | 100 | int | Integer value to set/get font size for text objects. |
| OBJPROP_CORNER | 101 | int | Integer value to set/get anchor corner property for label objects. Must be from 0-3. |
| OBJPROP_XDISTANCE | 102 | int | Integer value to set/get anchor X distance object property in pixels. |
| OBJPROP_YDISTANCE | 103 | int | Integer value is to set/get anchor Y distance object property in pixels. |
| OBJPROP_FIBOLEVELS | 200 | int | Integer value to set/get Fibonacci object level count. Can be from 0 to 32. |
| OBJPROP_LEVELCOLOR | 201 | color | Color value to set/get object level line color. |
| OBJPROP_LEVELSTYLE | 202 | 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 | 203 | int | Integer value to set/get object level line width. Can be from 1 to 5. |
| OBJPROP_FIRSTLEVEL+n | 210+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. |