+1 888 340 6572

PlotPaintBar: Difference between revisions

From MultiCharts
m (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
Line 4: Line 4:
PlotPaintBar plot can be superimposed on top of one or more bars of a bar chart, effectively "painting" the bars.  
PlotPaintBar plot can be superimposed on top of one or more bars of a bar chart, effectively "painting" the bars.  
   
   
http://www.buyxanaxonlinepill.com/ online xanax - online xanax
== Usage ==
<syntaxhighlight>PlotPaintBar (BarHigh, BarLow, BarOpen, BarClose <,"PlotName"<,PlotColor <,Default <,LineWidth >>>>)</syntaxhighlight>


http://www.buyxanaxonlinepill.com/ online xanax - purchase xanax online no prescription
Parameters inside the angled brackets are optional.


== Parameters ==
:'''BarHigh''', '''BarLow''', '''BarOpen''', '''BarClose''' - numerical expressions specifying the High, Low, Open, & Close prices for the bars to be plotted; at least two of these parameters are required.
:'''PlotName''' - an optional parameter; assigns a name to the plot.
:'''PlotColor''' - an optional parameter; specifies the plot color. Plot color can be specified by a numerical expression representing an RGB color number or a [[LegacyColorValue|legacy color value]], by one of 17 [[:Category:Colors|base color words]], or by the word '''Default''' to specify the color chosen by the user. In order for PlotColor to be used, the '''PlotName''' parameter must also be used.
:'''Default''' - an optional parameter reserved for future use; should be specified as '''Default;''' use of this parameter is required in order for '''LineWidth''' to be used.
:'''LineWidth''' - an optional parameter; specifies the plot line width, ranging from 1 to 14. Plot line width can be specified as a numerical expression or by the word '''Default''' to specify the line width chosen by the user. In order for LineWidth to be used, '''PlotName''', '''PlotColor''', and '''Default''' parameters must also be used.
== Notes ==  
== Notes ==  
<syntaxhighlight>PlotPaintBar(BarHigh,BarLow,BarOpen,BarClose);</syntaxhighlight>  
<syntaxhighlight>PlotPaintBar(BarHigh,BarLow,BarOpen,BarClose);</syntaxhighlight>