Spread Windows Forms 15.0
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)
    public void SetTotals( 
       string totals
    )

    Parameters

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