Series::Enabled Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether the series will be visible on the rendered chart.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(true)]
property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

True 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
Return to top
Show: