MindFusion.Charting Programmer's Guide

PointContainer Members

Constructors Properties Methods
 


Represents a collection of PointCollections.

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

 Public Constructors

  Name Description

PointContainer

Initializes a new instance of the ElementCollection class.

 Public Properties

  Name Description

Item

Gets or sets the PointCollection at the specified index.

 Public Methods

  Name Description

Add

Adds the specified PointCollection to the collection.

Clear

Removes all points from the collection.

GetAt

Gets the PointCollection at the specified position.

Insert

Inserts the specified PointCollection in the collection at the specified position.

Remove

Removes the specified PointCollection from the collection.

SetAt

Sets the specified PointCollection at the specified position within the collection

 See Also