Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / WaterfallSeries Class / SetTotals Method
List index of total, split by comma (,)


In This Topic
SetTotals Method
In This Topic
Sets the list of total points.
Syntax
'Declaration
 
Public Sub SetTotals( _
   ByVal totals As String _
) 
 
'Usage
 
Dim instance As WaterfallSeries
Dim totals As String
 
instance.SetTotals(totals)

Parameters

totals
List index of total, split by comma (,)
See Also