Click or drag to resize

ChartPartCollectionRemove Method

Removes a ChartPart from the collection

Namespace: Easymap.AddIn.Analyse
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public bool Remove(
	ChartPart item
)

Parameters

item  ChartPart
 

Return Value

Boolean

Implements

ICollectionTRemove(T)
See Also