Difference between revisions of "Default"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Used in plot statements to specify a default style. Default styles are set by the user. For more information see Plot ==== Usage ==== <syntaxhighlight>Default</syntaxh...")
 
 
Line 1: Line 1:
Used in plot statements to specify a default style. Default styles are set by the user.  
+
Used in plot statements to specify a default style. Default styles are set by the user. For more information see [[Plot]].
For more information see [[Plot]]  
 
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>Default</syntaxhighlight>  
 
<syntaxhighlight>Default</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
 
Plot the closing price using the default styles (color and width):  
 
Plot the closing price using the default styles (color and width):  
  
<syntaxhighlight>Plot1(Close,"Close",Default,Default,Default);</syntaxhighlight>  
+
<syntaxhighlight>Plot1(Close, "Close", Default, Default, Default);</syntaxhighlight>  
 
 
 
 
  
 
[[Category:Plotting]]
 
[[Category:Plotting]]

Latest revision as of 13:34, 19 February 2012

Used in plot statements to specify a default style. Default styles are set by the user. For more information see Plot.

Usage

Default

Example

Plot the closing price using the default styles (color and width):

Plot1(Close, "Close", Default, Default, Default);