Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeriesSubset Class / Intersect Method
argument subset


In This Topic
    Intersect Method
    In This Topic
    After the operation the subset will contain only indexes that were contained in both this subset and in the argument subset.
    Syntax
    'Declaration
     
    Public Sub Intersect( _
       ByVal subset As DataSeriesSubset _
    ) 
    'Usage
     
    Dim instance As DataSeriesSubset
    Dim subset As DataSeriesSubset
     
    instance.Intersect(subset)
    public void Intersect( 
       DataSeriesSubset subset
    )

    Parameters

    subset
    argument 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