ShowLabels Property [AutoHLPLot, AutoPlotLabels]

The ShowLabels property is used to show or hide plot labels. Returns a Boolean.

Syntax

object.ShowLabels

object.ShowLabels = ShowLabels

 

Parameter Type Description
ShowLabels Boolean required, true to show labels

 

Example

This example shows how to turn the labels on for a hi-low-close plot.

HiLowPlot.ShowLabels = True

 

Used by: AutoHLPlot object, AutoPlotLabels object

 

 

See Also

Plot Labels

Hi-Low-Close Plot Labels

Ternary Plot Labels