Spread WinForms 15
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
See Also