Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / WaterfallSeries Class / IsTotal Method


In This Topic
    IsTotal Method
    In This Topic
    Gets whether the index point is a total.
    Syntax
    'Declaration
     
    
    Public Function IsTotal( _
       ByVal index As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As WaterfallSeries
    Dim index As Integer
    Dim value As Boolean
     
    value = instance.IsTotal(index)
    public bool IsTotal( 
       int index
    )

    Parameters

    index
    See Also