ObjProp
Enumeration of object properties that can be used to get or set various attributes of chart objects.
Values
OBJPROP_TIME1
First time coordinate
OBJPROP_PRICE1
First price coordinate
OBJPROP_TIME2
Second time coordinate
OBJPROP_PRICE2
Second price coordinate
OBJPROP_TIME3
Third time coordinate
OBJPROP_PRICE3
Third price coordinate
OBJPROP_COLOR
Object color
OBJPROP_STYLE
Line style
OBJPROP_WIDTH
Line width
OBJPROP_FILLCOLOR
Fill color for shapes
OBJPROP_FILLINSIDE
Fill inside the object
OBJPROP_BORDER
Border display mode
OBJPROP_FONTNAME
Font name for text objects
OBJPROP_FONTSIZE
Font size for text objects
OBJPROP_TEXT
Object text content
OBJPROP_NAME
Object name
OBJPROP_ELLIPSE
Ellipse property for shapes
OBJPROP_XDISTANCE
X-axis distance in pixels
OBJPROP_YDISTANCE
Y-axis distance in pixels
OBJPROP_HALIGNMENT
Horizontal text alignment (TextHAlignment.haLeft, haCenter, haRight)
OBJPROP_VALIGNMENT
Vertical text alignment (TextVAlignment.vaTop, vaCenter, vaBottom)
OBJPROP_SCRHALIGNMENT
Screen horizontal alignment
OBJPROP_SCRVALIGNMENT
Screen vertical alignment
OBJPROP_SCREENCOORDS
Use screen coordinates
OBJPROP_FIBOLEVELS
Number of Fibonacci levels
OBJPROP_FIBOLEVELN
Specific Fibonacci level number
OBJPROP_LEVELVALUE
Level value
OBJPROP_LEVELCOLOR
Level color
OBJPROP_LEVELSTYLE
Level line style
OBJPROP_LEVELWIDTH
Level line width
OBJPROP_FIBOENDWIDTH
Fibonacci end width
OBJPROP_FIBOCLOSEDENDS
Fibonacci closed ends
OBJPROP_FIBOSHOWPRICE
Show Fibonacci prices
OBJPROP_TEXT_PARAMS
Text parameters
OBJPROP_MIDDLE_LINE
Middle line property
OBJPROP_EXTEND_RIGHT
Extend lines to the right
OBJPROP_OPACITY
Object opacity (0-255)
OBJPROP_ANGLE
Text rotation angle in degrees
Last updated