StockPlot | Plot |
HideEndLines() SetColor() SetWidth() StockPlot() |
Show horizontal mark lines at the end of min/max lines
Argument | Default | Description |
---|---|---|
$aHide | true | Flag true=show end lines |
Example
Specify colors for the stock plot
Argument | Default | Description |
---|---|---|
$aColor | Line color for positive bars | |
$aColor1 | 'white' | Fill color for positive bars |
$aColor2 | 'darkred' | Line color for negative bars |
$aColor3 | 'darkred' | Fill color for negative bars |
Example
Specify width for stock bars in pixels
Argument | Default | Description |
---|---|---|
$aWidth | Width in pixels |
Example
Constructor for Stock plots
Argument | Default | Description |
---|---|---|
&$datay | Y data array | |
$datax | false | X data array |
Example