Series::Dispose Method (Boolean)

.NET Framework (current version)
 

Releases the unmanaged resources used by the Series and optionally releases the managed resources.

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

protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Type: System::Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

.NET Framework
Available since 4.0
Return to top
Show: