Use the members of this enumeration to set the value of the Display property in the ChartDataSeries class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum SeriesDisplayEnum
Visual Basic
Public Enumeration SeriesDisplayEnum

Members

Member nameValueDescription
Show0 Displays series.
Hide1 Includes series in the data set, but is not drawn.
Exclude2 Excludes series from the data set.
ExcludeHoles3 Displays series, but disregards data holes.

See Also