interface IntervalHistogram
extends Histogram
Methods Jump to heading
Jump to headingenable(): boolean
Enables the update interval timer. Returns true
if the timer was
started, false
if it was already started.
Jump to headingdisable(): boolean
Disables the update interval timer. Returns true
if the timer was
stopped, false
if it was already stopped.