This represents a collection of Series objects.
Data series collection
Visual Basic (Declaration) | |
---|---|
Public Class SeriesCollection Implements IChartDataSourceProvider |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class SeriesCollection : IChartDataSourceProvider |
The SeriesCollection class represents a collection of Series objects, which in turn represent a grouping of related data points as well as attributes for the series. This collection class is implemented as the Series collection property of the root Chart object.
Series objects can be appended, inserted or removed from the collection at both design-time and run-time.
When a series is added to the collection it is automatically assigned to the ChartArea object named "Default", or the first available chart area in the chart area collection if "Default" does not exist.
System.Object
Dundas.Charting.WebControl.SeriesCollection
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family