MindFusion.Charting Programmer's Guide

SeriesCollection Members

Constructors Properties Methods
 


Represents a list with DoubleCollection-s for specifying the data in multi-series charts.

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

 Public Constructors

  Name Description

SeriesCollection

Overloaded. Initializes a new instance of the SeriesCollection class.

 Public Properties

  Name Description

Item

Gets or sets the element at the specified index.

 Public Methods

  Name Description

Add

Adds a new DoubleCollection object to the collection.

Clone

Creates a copy of the current collection.

Compare

Compares the current SeriesCollection to another collection.

Contains

Checks whether a particular DoubleCollection object is contained within the current collection.

GetValues

Returns an array with all DoubleCollection objects in the collection.

IndexOf

Returns the index of the first occurrence of the specified DoubleCollection.

Insert

Inserts the specified DoubleCollection object in the specified position.

Remove

Removes the first occurrence of the specified DoubleCollection object.

RemoveAt

Removes the DoubleCollection object at the specified index.

 See Also