Spread Windows Forms 12.0 Product Documentation
SetTotals Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > WaterfallSeries Class : SetTotals Method
List index of total, split by comma (,)
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)
public void SetTotals( 
   string totals
)

Parameters

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

Reference

WaterfallSeries Class
WaterfallSeries Members