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


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

    Parameters

    subset
    subset to be extracted
    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