DataItemCollectionOnClear Method

Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
protected override void OnClear()

Remarks

Locks on a drawing lock to make sure ChartBase is not (re)drawn during the clearing process.

See Also