Use the members of this enumeration to set the value of the Display property in the ChartDataSeries class.
[Visual Basic]
Public Enum SeriesDisplayEnum
[C#]
public enum SeriesDisplayEnum
[Delphi]
type SeriesDisplayEnum = (Exclude, ExcludeHoles, Hide, Show);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Exclude |
Excludes series from the data set. |
ExcludeHoles |
Displays series, but disregards data holes. |
Hide |
Includes series in the data set, but is not drawn. |
Show |
Displays series. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |