Click or drag to resize

SerieDefinition Enumeration

Defines how the element is used in the chart series

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum SerieDefinition
Members
Member nameValueDescription
None0 Element is not used in a serie
Serie1 Microsoft serie (not used from v4)
Axis2 Element is used as the chart axis
Splitter3 Element is used as a splitter to create several series
SplitterBoth4 Element is used as a splitter for both axes
NVD3Serie5 NVD3 serie (not used from v4)
See Also