Xceed Chart for WinForms v4.4 Documentation
GetNextSeries Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > SeriesCollection Class : GetNextSeries Method
The zero-based position of the current Series.
Retrieves the Series that follows the specified position.
Syntax
'Declaration
 
Protected Function GetNextSeries( _
   ByVal pos As Integer _
) As Integer
'Usage
 
Dim instance As SeriesCollection
Dim pos As Integer
Dim value As Integer
 
value = instance.GetNextSeries(pos)
protected int GetNextSeries( 
   int pos
)

Parameters

pos
The zero-based position of the current Series.

Return Value

The Series that follows the Series at the specified position.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SeriesCollection Class
SeriesCollection Members