Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesSubsetEnumerator Class / NDataSeriesSubsetEnumerator Constructor


In This Topic
    NDataSeriesSubsetEnumerator Constructor
    In This Topic
    Constructs a new enumerator connected to the specified subset.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal subset As NDataSeriesSubset _
    )
    'Usage
     
    
    Dim subset As NDataSeriesSubset
     
    Dim instance As New NDataSeriesSubsetEnumerator(subset)
    public NDataSeriesSubsetEnumerator( 
       NDataSeriesSubset subset
    )

    Parameters

    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