SerieDefinition Enumeration |
Defines how the element is used in the chart series
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum SerieDefinition
Members| Member name | Value | Description |
|---|
| None | 0 |
Element is not used in a serie
|
| Serie | 1 |
Microsoft serie (not used from v4)
|
| Axis | 2 |
Element is used as the chart axis
|
| Splitter | 3 |
Element is used as a splitter to create several series
|
| SplitterBoth | 4 |
Element is used as a splitter for both axes
|
| NVD3Serie | 5 |
NVD3 serie (not used from v4)
|
See Also