CPlot:Count
The Count method returns the number of points in the plot series managed by the CPlot object.
number = CPlot:Count() |
number is the number of points in the plot series.
On failure, 0 is returned.
The following script gets a CPlot object for series 1 in a CPlotView on the Mira desktop:
|
-- select the target plot window |
|
-- if not successful, exit the script |
|
-- get a CPlot object for series 1 |
|
|
|
-- number of points in the plot series |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.