ChartLegendDispose(Boolean) Method

Releases all resources used by this object.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
Indicates whether the call came from the Dispose() method, or from the destructor (true -> Dispose(), false -> ~Shape().

See Also