Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesCollection Class / RemoveSubset Method
the subset to be removed


In This Topic
    RemoveSubset Method (NDataSeriesCollection)
    In This Topic
    Removes the specified subset from all contained data series.
    Syntax
    'Declaration
     
    
    Public Sub RemoveSubset( _
       ByVal subset As NDataSeriesSubset _
    ) 
    'Usage
     
    
    Dim instance As NDataSeriesCollection
    Dim subset As NDataSeriesSubset
     
    instance.RemoveSubset(subset)
    public void RemoveSubset( 
       NDataSeriesSubset subset
    )

    Parameters

    subset
    the subset to be removed
    Remarks
    The indexes 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