PureBytes Links
Trading Reference Links
|
Quoting from the online help.....
Text_SetStyle(TX_Ref,hStyle,vStyle)
Date-line = horizontal/x-coordinate
Hright 0 Drawn right of the date-line
Hleft 1 Drawn left of the date-line
Hcenter 2 Drawn centered on the date-line
Price-line = vertical/y-coordinate
Vbelow 0 Drawn below the price-line
Vabove 1 Drawn above the price-line
Vcenter 2 Drawn centered on the price-line
Example:
Text_SetStyle(24,2,0) sets text object 24 centered and below the price
line.
--
Dennis
|