Xceed Chart for WinForms v4.4 Documentation
RemoveSubset Method (DataSeriesCollection)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeriesCollection Class : RemoveSubset Method
the subset to be removed
Removes the specified subset from all contained data series.
Syntax
'Declaration
 
Public Sub RemoveSubset( _
   ByVal subset As DataSeriesSubset _
) 
'Usage
 
Dim instance As DataSeriesCollection
Dim subset As DataSeriesSubset
 
instance.RemoveSubset(subset)
public void RemoveSubset( 
   DataSeriesSubset 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

Reference

DataSeriesCollection Class
DataSeriesCollection Members