Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PointSeriesCollection Class / Item Property


In This Topic
    Item Property (PointSeriesCollection)
    In This Topic
    Gets or sets the series at the specified index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As PointSeries
    'Usage
     
    
    Dim instance As PointSeriesCollection
    Dim index As Integer
    Dim value As PointSeries
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public PointSeries this[ 
       int index
    ]; {get; set;}

    Parameters

    index

    Property Value

    Series.
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    See Also