the new size of the FIFO buffer
setFifoCapacity Method
Sets the size of the FIFO buffer. If null, then the series is unlimited. If a value is set, when the point count reaches this value, older points will be discarded.
Syntax
void setFifoCapacity( 
   java.lang.int fifoCapacity
)

Parameters

fifoCapacity
the new size of the FIFO buffer
See Also