Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / CandlestickSeries Class / DownFill Property


In This Topic
DownFill Property
In This Topic
Gets or sets the down fill for the series.
Syntax
'Declaration
 
Public Property DownFill As Fill
 
'Usage
 
Dim instance As CandlestickSeries
Dim value As Fill
 
instance.DownFill = value
 
value = instance.DownFill
Remarks
Value of null (Nothing in VB) indicates that the down fill is unset for the series.
See Also