[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendAreaCollection.AddRange

AddRange Method

AddRange(LegendArea[])

Adds an array of legend areas to the collection.

Declaration
public void AddRange(LegendArea[] items)
Public Sub AddRange(items As LegendArea())
Parameters
Type Name Description
LegendArea[] items

Array of legend areas.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB).