UpFill Property

The UpFill property returns an AutoFill object for the hi-low-close plots Up fill style when the DisplayType property is grfDisplayCandlestick. This is a read-only property.

Syntax

object.UpFill

Example

This example shows how to return the fill object and set the Up fill style color to green.

'Return the fill object for the "Up fill style" and

'sets the color to green

HighLow.UpFill.PatternName("Solid")

HighLow.UpFill.foreColor(grfColorGreen)

 

Used by: AutoHLPlot object