Represents a list with DoubleCollection-s for specifying the data in multi-series charts.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public class SeriesCollection : IList, ICollection, IEnumerable, ICloneable |
Visual Basic
![]() |
---|
Public Class SeriesCollection |
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.
System.Object
MindFusion.Charting.SeriesCollection