Series.Enabled Property
.NET Framework (current version)
Gets or sets a flag that indicates whether the series will be visible on the rendered chart.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property Enabled As Boolean
Property Value
Type: System.Booleantrue if the series will be visible on the rendered chart; otherwise, false. The default value is true.
Gets or sets a value that determines if the series will be visible on the rendered ChartArea.
.NET Framework
Available since 4.0
Available since 4.0
Show: