+1 888 340 6572

Cyan: Difference between revisions

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


<syntaxhighlight>Plot1(Open);
<syntaxhighlight>Plot1(Open);
SetPlotColor(1,Cyan);</syntaxhighlight>
SetPlotColor(1, Cyan);</syntaxhighlight>
 
   
   
[[Category:Colors]]
[[Category:Colors]]

Revision as of 11:57, 7 February 2012

A constant used to designate the color Cyan.

Usage

Cyan

Notes

The base 17 colors can be designated by constants.

Example

Create a plot using the color Cyan:

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