[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.AddRange

AddRange Method

AddRange(LabelArea[])

Adds an array of label areas to the collection.

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

Array of label areas.

Exceptions
Type Condition
ArgumentNullException

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