Dundas Chart for ASP.NET
SeriesCollection Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : SeriesCollection Class


This represents a collection of Series objects.


Data series collection

Object Model

Syntax

Visual Basic (Declaration)  
Public Class SeriesCollection 
   Implements IChartDataSourceProvider 
Visual Basic (Usage) Copy Code
Dim instance As SeriesCollection
C#  
public class SeriesCollection : IChartDataSourceProvider  

Remarks

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.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.SeriesCollection

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.