Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesCollection Class / ExtractSubset Method
the subset to be extracted


In This Topic
    ExtractSubset Method (NDataSeriesCollection)
    In This Topic
    Removes the indexes which are not contained in the specified subset.
    Syntax
    'Declaration
     
    
    Public Sub ExtractSubset( _
       ByVal subset As NDataSeriesSubset _
    ) 
    'Usage
     
    
    Dim instance As NDataSeriesCollection
    Dim subset As NDataSeriesSubset
     
    instance.ExtractSubset(subset)
    public void ExtractSubset( 
       NDataSeriesSubset subset
    )

    Parameters

    subset
    the subset to be extracted
    Remarks
    The indexes not contained in the argument subset are removed from all data series contained in the collection.
    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