Default

From MultiCharts
Revision as of 12:51, 23 January 2012 by 194.84.116.138 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);