Nevron .NET Vision
Nevron.Chart Namespace / NSeriesBase 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


In This Topic
    GetDataSeries Method (NSeriesBase)
    In This Topic
    Returns a collection of the data series used by the series. The included series are controlled with the included and excluded parameters.
    Syntax
    'Declaration
     
    
    Public Function GetDataSeries( _
       ByVal included As DataSeriesMask, _
       ByVal excluded As DataSeriesMask, _
       ByVal forceAlign As System.Boolean _
    ) As NDataSeriesCollection
    'Usage
     
    
    Dim instance As NSeriesBase
    Dim included As DataSeriesMask
    Dim excluded As DataSeriesMask
    Dim forceAlign As System.Boolean
    Dim value As NDataSeriesCollection
     
    value = instance.GetDataSeries(included, excluded, 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 help you obtain a NDataSeriesCollection object containing the data series of a series. The order in which the data series appear in the collection cannot be changed and is specific for each series.
    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