Enum SeriesVisibility
This enumeration represents the visibility of the Series.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public enum SeriesVisibility
Collapsed
Hide the series. The chart layout ignores this series and it's min/max values.
Hidden
Hide the series. The chart layout still takes into account this series and it's min/max values.
Visible
Display the Series (default value).