MindFusion.Charting Programmer's Guide

SeriesCollection Class

Remarks See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class SeriesCollection : CollectionBase, ICloneable

Visual Basic  Copy Code

Public Class SeriesCollection
    Inherits CollectionBase
    Implements ICloneable

JavaScript  Copy Code

// class
SeriesCollection.prototype = {}

 Remarks

Objects of the SeriesCollection class are used for specifying the data in multi-series charts. They hold objects of type DoubleCollection that represent the numbers in a single series.

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Charting.SeriesCollection

 See Also