CPlotView:Count
The Count method returns the number of points defined in the class data matrix.
number = CPlotView:Count() |
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.