Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetSeries Method / GetSeries(PlotArea,Int32) Method


In This Topic
    GetSeries(PlotArea,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSeries( _
       ByVal plotArea As PlotArea, _
       ByVal index As Integer _
    ) As Series
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim plotArea As PlotArea
    Dim index As Integer
    Dim value As Series
     
    value = instance.GetSeries(plotArea, index)
    public Series GetSeries( 
       PlotArea plotArea,
       int index
    )

    Parameters

    plotArea
    index
    See Also