LowCol Property
The LowCol property returns or sets the low data column in a hi-low-close plot. Returns a Long.
Syntax
object.LowCol
object.LowCol = LowCol
Parameter | Type | Description |
LowCol | Long | required, default is 3 (column C) |
Example
This example shows how to set the column used for the low values in a hi-low-close graph.
HiLowPlot.LowCol = 1
Used by: AutoHLPlot object