[]
        
(Showing Draft Content)

FarPoint.Win.Chart.PlotAreaCollection.Item

this Property

this[int]

Gets or sets the plot area at the specified index.

Declaration
public PlotArea this[int index] { get; set; }
Public Default Property Item(index As Integer) As PlotArea
Parameters
Type Name Description
int index

Index of plot area.

Property Value
Type Description
PlotArea

Plot area.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).