ShowLow Property

The ShowLow property returns or sets low value label display in a hi-low-close plot. Returns a Boolean.

Syntax

object.ShowLow

object.ShowLow = ShowLow

 

Parameter Type Description
ShowLow Boolean required, true to display low value labels

 

Remarks

Set the ShowLabels property to true to display the labels.

Example

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

HiLowPlot.ShowLow = True

 

Used by: AutoHLPlot object