LabelFormat Property [AutoHLPlot]
The LabelFormat property returns the hi-low-close plot AutoLabelFormat object. This is a read-only property.
Syntax
object.LabelFormat
object.LabelFormat =LabelFormat
Example
This example shows how to set the prefix.
Set LabelFormat = HiLowPlot.LabelFormat
LabelFormat.prefix = "pre-"
Used by: AutoHLPlot object