Xceed Chart for WinForms v4.4 Documentation
Combine Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeriesSubset Class : Combine Method
subset to combine with
Combines the currently contained indexes with the indexes contained in a specified subset.
Syntax
'Declaration
 
Public Sub Combine( _
   ByVal subset As DataSeriesSubset _
) 
'Usage
 
Dim instance As DataSeriesSubset
Dim subset As DataSeriesSubset
 
instance.Combine(subset)
public void Combine( 
   DataSeriesSubset subset
)

Parameters

subset
subset to combine with
Remarks
The result of the operation is this subset.
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

DataSeriesSubset Class
DataSeriesSubset Members