ShowHigh Property
The ShowHigh property returns or sets high value label display in a hi-low-close plot. Returns a Boolean.
Syntax
object.ShowHigh
object.ShowHigh = ShowHigh
Parameter | Type | Description |
ShowHigh | Boolean | required, true to show high value labels |
Remarks
Set the ShowLabels property to true to display the labels.
Example
This example shows how to show the high value for a hi-low-close graph.
HiLowPlot.ShowHigh = True
Used by: AutoHLPlot object