[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendAreaCollection.Add

Add Method

Add(LegendArea)

Adds a legend area to the collection.

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

Legend area.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).