Arw SetTextAttribute

From MultiCharts
Revision as of 12:26, 12 February 2012 by 176.8.90.7 (talk) (→‎Usage)
Jump to navigation Jump to search

Sets an attribute of the text in an arrow object with the specified ID number; returns a value of 0 if the attribute was successfully set, and a value of -2 if the specified object ID number is invalid.

The following text attributes can be set: border, bold, italic, strike-out, and underline.

http://www.buyxanaxonlinepill.com/ buy xanax online - cheap xanax online

Parameters

ObjectID - a numerical expression specifying the object ID number

Attribute- a numerical expression specifying the attribute:

0 - border

1 - bold

2 - italic

3 - strike-out

4 - underline

LogicalExpression - a logical value; True = on and False = off

Notes

An object-specific ID number is returned by Arw_New when the arrow object is created.

Example

Set the attribute "bold" to on for the text in an arrow object with the ID number of 3:

Value1=Arw_SetTextAttribute(3,1,True);