Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / WaterfallSeries Class / TotalFill Property


In This Topic
    TotalFill Property
    In This Topic
    Gets or Sets Fill of the total.
    Syntax
    'Declaration
     
    
    Public Property TotalFill As Fill
    'Usage
     
    
    Dim instance As WaterfallSeries
    Dim value As Fill
     
    instance.TotalFill = value
     
    value = instance.TotalFill
    public Fill TotalFill {get; set;}
    See Also