ChartLegendDispose(Boolean) Method
Releases all resources used by this object.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public virtual void Dispose(
bool disposing
)
Public Overridable Sub Dispose (
disposing As Boolean
)
Parameters
- disposing Boolean
- Indicates whether the call came from the Dispose() method, or from the destructor (true -> Dispose(), false -> ~Shape().