CPlotView:Count
The Count method returns the number of points defined in the class data matrix.
number = CPlotView:Count() |
On success, this method returns the number of points defined in the data buffer.
On failure, this method returns 0.
This method returns the number of points defined, which is not necessarily the maximum point index of the plot data. For example, if the plot data had 100 points before 30 were removed, then Count returns 70 regardless of the particular indices that were removed.
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.