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


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

    Parameters

    model
    index
    See Also