[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.Item

this Property

this[int]

Gets or sets the label area at the specified index.

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

Index of label area.

Property Value
Type Description
LabelArea

Label area.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).