[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PlotAreaCollection.Add

Add Method

Add(PlotArea)

Adds a plot area to the collection.

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

Plot area

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).