+1 888 340 6572

DarkCyan: Difference between revisions

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


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

Revision as of 11:55, 7 February 2012

A constant used to designate the color DarkCyan.

Usage

DarkCyan

Notes

The base 17 colors can be designated by constants.

Example

Create a plot using the color DarkCyan:

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