[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendAreaCollection.Remove

Remove Method

Remove(LegendArea)

Removes a legend area from the collection.

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

Legend area.

Returns
Type Description
bool

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

Implements