ShowOpen Property

The ShowOpen property returns or sets displaying open value labels in a hi-low-close plot. Returns a Boolean.

Syntax

object.ShowOpen

object.ShowOpen = ShowOpen

 

Parameter Type Description
ShowOpen Boolean required, true to display open value labels

 

Remarks

Set the ShowLabels property to true to display the labels.

Example

This example shows how to show the open value for a hi-low-close graph.

HiLowPlot.ShowOpen = True

 

Used by: AutoHLPlot object