Gets or sets the display of the series.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(SeriesDisplayEnum.Show)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public SeriesDisplayEnum Display { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(SeriesDisplayEnum.Show)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property Display As SeriesDisplayEnum Get Set |
Remarks
This property is used to show, hide or exclude the charting of the data series.