+1 888 340 6572

Black: Difference between revisions

From MultiCharts
(Created page with "Constant, used to designate the color Black. ==== Usage ==== <syntaxhighlight>Black</syntaxhighlight> ==== Notes ==== The base 17 colors can be designated by constants....")
 
mNo edit summary
Line 1: Line 1:
Constant, used to designate the color Black.  
A constant used to designate the color Black.  
   
   
==== Usage ====
== Usage ==
<syntaxhighlight>Black</syntaxhighlight>  
<syntaxhighlight>Black</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==  
The base 17 colors can be designated by constants.  
The base 17 colors can be designated by constants.  
   
   
==== Example ====
== Example ==
Create a plot using the color Black:  
Create a plot using the color Black:  


<syntaxhighlight>Plot1(Open);
<syntaxhighlight>Plot1(Open);
SetPlotColor(1,Black);</syntaxhighlight>
SetPlotColor(1, Black);</syntaxhighlight>
 


[[Category:Colors]]
[[Category:Colors]]

Revision as of 11:56, 7 February 2012

A constant used to designate the color Black.

Usage

Black

Notes

The base 17 colors can be designated by constants.

Example

Create a plot using the color Black:

Plot1(Open);
SetPlotColor(1, Black);