CPlotView:Add CPlotView:Empty

CPlotView:Count


The Count method returns the number of points defined in the class data matrix.

Syntax

number = CPlotView:Count()

    On success, this method returns the number of points defined in the data buffer.

    On failure, this method returns 0.

Remarks

This method returns the number of points defined, which is not necessarily the maximum point index of the data array. For example, if the data array had 100 points but 30 were removed, then Count returns 70 regardless of the particular indices that were removed.

Related Topics

CPlotView