Overloaded. Releases the resources used by the Component.
Namespace:
PerpetuumSoft.Charts.Windows.FormsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected override void Dispose( bool disposing ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub Dispose ( _ disposing As Boolean _ ) |
| Visual C++ |
|---|
protected: virtual void Dispose( bool disposing ) override |
Parameters
- disposing
- Type: System..::.Boolean