Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesGrid Class / GetDataSeries Method


In This Topic
    GetDataSeries Method (NDataSeriesGrid)
    In This Topic
    Returns a collection of the data series which the grid will edit
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDataSeries( _
       ByVal series As NSeriesBase _
    ) As NDataSeriesCollection
    'Usage
     
    
    Dim instance As NDataSeriesGrid
    Dim series As NSeriesBase
    Dim value As NDataSeriesCollection
     
    value = instance.GetDataSeries(series)
    public virtual NDataSeriesCollection GetDataSeries( 
       NSeriesBase series
    )

    Parameters

    series
    Remarks
    Override this function if you want to hide some data series from editing or want to change the order of the data series.
    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