MindFusion.Charting Programmer's Guide

PointCollection Members

Constructors Properties Methods
 


Represents a collection of PointF[] arrays.

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

 Public Constructors

  Name Description

PointCollection

Initializes a new instance of the PointCollection class.

 Public Properties

  Name Description

Item

Gets or sets the point at the specified index.

 Public Methods

  Name Description

Add

Adds the specified point to the collection.

Clear

Removes all points from the collection.

GetAt

Gets the point at the specified position.

Insert

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

Remove

Removes the specified point from the collection.

SetAt

Sets the specified point at the specified position within the collection

 See Also