Use the members of this enumeration to set the value of
the Display property in the ChartDataSeries class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum SeriesDisplayEnum |
| Visual Basic |
|---|
Public Enumeration SeriesDisplayEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Show | 0 | Displays series. | |
| Hide | 1 | Includes series in the data set, but is not drawn. | |
| Exclude | 2 | Excludes series from the data set. | |
| ExcludeHoles | 3 | Displays series, but disregards data holes. |