Click or drag to resize
Accord.NET (logo)

ChartDispose Method (Boolean)

Dispose the object.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
protected override void Dispose(
	bool disposing
)
Request Example View Source

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also