[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PlotAreaCollection.Remove

Remove Method

Remove(PlotArea)

Removes a plot area from the collection.

Declaration
public bool Remove(PlotArea item)
Public Function Remove(item As PlotArea) As Boolean
Parameters
Type Name Description
PlotArea item

Plot area.

Returns
Type Description
bool

true if item was successfully removed from the collection; otherwise, false.

Implements