Spread Windows Forms 17
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
    public Fill DownFill {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the down fill is unset for the series.
    See Also