Series Class
Encapsulates a group of elements.
Object Model
Syntax
Remarks
The series represents a group of elements and also:
See also: Data Model Tutorial
- Provides a mechanism for setting default properties of all elements within it.
- Controls all series specific properties such as it's LegendEntry or 2D line dash style (if applicable).
- Derives an element based on a Calculation performed on the elements within it.
- Provides data manipulation methods such as sorting and trimming of it's elements.
See also: Data Model Tutorial
Inheritance Hierarchy
System.Object
dotnetCHARTING.Series
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also