Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesSubset Class / Combine Method
subset to combine with


In This Topic
    Combine Method (NDataSeriesSubset)
    In This Topic
    Combines the currently contained indexes with the indexes contained in a specified subset.
    Syntax
    'Declaration
     
    
    Public Sub Combine( _
       ByVal subset As NDataSeriesSubset _
    ) 
    'Usage
     
    
    Dim instance As NDataSeriesSubset
    Dim subset As NDataSeriesSubset
     
    instance.Combine(subset)
    public void Combine( 
       NDataSeriesSubset 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