Spread Windows Forms 12.0 Product Documentation
IsTotal Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > WaterfallSeries Class : IsTotal Method
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

Reference

WaterfallSeries Class
WaterfallSeries Members