Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / WaterfallSeries Class / GetTotals Method


In This Topic
    GetTotals Method
    In This Topic
    Get total list.
    Syntax
    'Declaration
     
    
    Public Function GetTotals() As String
    'Usage
     
    
    Dim instance As WaterfallSeries
    Dim value As String
     
    value = instance.GetTotals()
    public string GetTotals()
    See Also