Removes all values from the ChartDataArray.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void Clear()
Visual Basic
Public Sub Clear

Implements

IList..::..Clear()()()()

Remarks

All elements of the ChartDataArray are removed and the Length is set to 0.

See Also