MindFusion.Charting Programmer's Guide

ShapeCollection Members

Constructors Properties Methods
 


Represents a strongly typed collection of shapes.

The following tables list the members exposed by the ShapeCollection type.

 Public Constructors

  Name Description

ShapeCollection

Overloaded. Initializes a new instance of the ShapeCollection class.

 Public Properties

  Name Description

Item

Gets or sets the Shape object, located at the specified position.

 Public Methods

  Name Description

Add

Adds the specified Shape object to the ShapeCollection.

Clone

Creates an exact copy of this ShapeCollection.

Contains

Checks whether the specified Shape is contained in the ShapeCollection.

GetValues

Returns an array containing the shapes of this ShapeCollection.

IndexOf

Returns the index of the first occurrence of the specified Shape object.

Insert

Inserts the specified Shape object at the specified position within the collection.

Remove

Removes the first occurrence of the specified Shape object from the collection.

RemoveAt

Removes the Shape object at the specified index.

 See Also