Click or drag to resize

ChartPartCollection Class

Collection of ChartParts
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class ChartPartCollection : BaseObject, 
	IEnumerable<ChartPart>, IEnumerable, ICollection<ChartPart>

The ChartPartCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of ChartPart items in the collection
Public propertyIsReadOnly
Gets a value indicating whether this collection is read-only.
Public propertyItem
Gets the associated ChartPart by it's index.
Top
Methods
  NameDescription
Public methodAdd
Adds an ChartPart to the collection
Public methodAddNew
Creates and adds an empty ChartPart to the collection
Public methodClear
Removes all ChartPart items from the collection
Public methodContains
Checks whether the specified ChartPart-item exists in the collection.
Public methodCopyTo
Copies the elements of this collection to an Array, starting at a particular Array index.
Public methodCreateChartPart
Creates an empty ChartPart
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodIndexOf
Returns the index of the specified ChartPart in the collection
Public methodRemove
Removes a ChartPart from the collection
Public methodRemoveAt
Removes the ChartPart at the specified index from the collection
Top
See Also