+1 888 340 6572

Arw SetTextColor: Difference between revisions

From MultiCharts
(Created page with "Assigns the specified color to the text contained in an arrow object with the specified ID number; returns a value of 0 if the color was successfully assigned, and a value of ...")
 
No edit summary
Line 5: Line 5:


==== Parameters ====  
==== Parameters ====  
<syntaxhighlight>ObjectID</syntaxhighlight> - a numerical expression specifying the object ID number  
[[ObjectID]] - a numerical expression specifying the object ID number  


<syntaxhighlight>TextColor</syntaxhighlight> - an expression specifying the color of the text  
[[TextColor]]- an expression specifying the color of the text  


The color can be specified by a numerical expression representing an RGB color number or a legacy color value, or by one of 17 base color words.  
The color can be specified by a numerical expression representing an RGB color number or a legacy color value, or by one of 17 base color words.  
   
   
==== Notes ====  
==== Notes ====  
An object-specific ID number is returned by <syntaxhighlight>Arw_New</syntaxhighlight> when the arrow object is created.  
An object-specific ID number is returned by [[Arw_New]] when the arrow object is created.  
   
   
==== Example ====
==== Example ====