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