* Returns the number of points last set for the given series index. * * Throws if the series has not been set yet.
(index: number)
| 25 | * Throws if the series has not been set yet. |
| 26 | */ |
| 27 | getSeriesPointCount(index: number): number; |
| 28 | /** |
| 29 | * Returns the last CPU-side data set for the given series index. |
| 30 | * |
no outgoing calls
no test coverage detected