Xceed Chart for WinForms v4.4 Documentation
GetDataSeries Method (SeriesBase)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > SeriesBase Class : GetDataSeries Method
a bitmask specifying the included series
a bitmask specifying the explicitly excluded series
a flag specifying whether the data series included in the collection must be explicitly aligned
Virtual method returning a collection of the data series that the series uses. The included series are controlled with the included and excluded parameters.
Syntax
'Declaration
 
Public Overridable Function GetDataSeries( _
   ByVal included As DataSeriesMask, _
   ByVal excluded As DataSeriesMask, _
   ByVal forceAlign As Boolean _
) As DataSeriesCollection
'Usage
 
Dim instance As SeriesBase
Dim included As DataSeriesMask
Dim excluded As DataSeriesMask
Dim forceAlign As Boolean
Dim value As DataSeriesCollection
 
value = instance.GetDataSeries(included, excluded, forceAlign)
public virtual DataSeriesCollection GetDataSeries( 
   DataSeriesMask included,
   DataSeriesMask excluded,
   bool forceAlign
)

Parameters

included
a bitmask specifying the included series
excluded
a bitmask specifying the explicitly excluded series
forceAlign
a flag specifying whether the data series included in the collection must be explicitly aligned
Remarks
This method can be very helpful if the user wants to obtain a DataSeriesCollection object containing the data series that the series uses. The order in which the specified data series appear in the collection cannot be changed and is specific for each series override.
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

SeriesBase Class
SeriesBase Members