LabelFont Property [AutoHLPlot]

The LabelFont property returns the hi-low-close plot label font format object. Returns an AutoMFont object. This is a read-only property.

Syntax

object.LabelFont

Example

This example shows how to set the font color.

Set LabelFont = HiLowPlot.LabelFont

LabelFont.color = grfColorRed

 

Used by: AutoHLPlot object