.netCHARTING v10.5 Documentation
Members 


dotnetCHARTING Namespace : Series Class
Series Class
Encapsulates a group of elements.
Object Model
Series ClassBackground ClassBox ClassElement ClassElement ClassElement ClassElementCollection ClassElement ClassEmptyElement ClassElement ClassBox ClassElement ClassElement ClassLegendEntry ClassLine ClassParameterCollection ClassParameter ClassShapeLabelCollection ClassLabel ClassAxis ClassAxis ClassAxis Class
Syntax
'Declaration
 
Public Class Series 
'Usage
 
Dim instance As Series
public class Series 
Remarks
The series represents a group of elements and also:
  • 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