Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeriesGrid Class / GetDataSeries Method


In This Topic
    GetDataSeries Method (DataSeriesGrid)
    In This Topic
    Returns a collection of the data series which the grid will edit
    Syntax
    'Declaration
     
    Public Overridable Function GetDataSeries( _
       ByVal series As SeriesBase _
    ) As DataSeriesCollection
    'Usage
     
    Dim instance As DataSeriesGrid
    Dim series As SeriesBase
    Dim value As DataSeriesCollection
     
    value = instance.GetDataSeries(series)
    public virtual DataSeriesCollection GetDataSeries( 
       SeriesBase 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