Visual Basic (Declaration) | |
---|---|
Public Class Series Implements IInstanceID |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class Series : IInstanceID |
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
System.Object
dotnetCHARTING.Series