DownFill Property
The DownFill property returns an AutoFill object for the hi-low-close plots Down fill style when the DisplayType property is grfDisplayCandlestick. This is a read-only property.
Syntax
object.DownFill
object.DownFill =DownFill
Example
This example shows how to return the fill object and set the Down fill style color to red.
'Return the fill object for the "Down fill style"
'and sets the color to red
HighLow.DownFill.PatternName("Solid")
HighLow.DownFill.foreColor(grfColorRed)
Used by: AutoHLPlot object