!!! THIS CLASS IS STILL UNDER DEVELOPMENT AND MAY CONTAIN BUGS !!!
Gathers performance statistics from a Plot. Instances of PlotStatistics
should never be added to more than one Plot, otherwise the statiscs will
be invalid.
Fired immediately before the Plot "source" is drawn onto canvas.
Commonly used by implementing Series instances to activate a read
lock on it's self in preparation for the Plot's imminent reading
of that series.
Fired immediately after the Plot "source" is drawn onto canvas.
Just as onBeforeDraw(...) is commonly used by Series implementations
to activate a read lock, this method is commonly used to release that
same lock.