[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.Add

Add Method

Add(LabelArea)

Adds a label area to the collection.

Declaration
public void Add(LabelArea item)
Public Sub Add(item As LabelArea)
Parameters
Type Name Description
LabelArea item

Label area.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).