[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendAreaCollection.Item

this Property

this[int]

Gets or sets the legend area at the specified index.

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

Index of legend area.

Property Value
Type Description
LegendArea

Legend area.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).