No, it isn't possible unfortunately. Currently view statistics are always generated in the same way by the PI Core application, that is, the whole set of statistics is computed without specific rejection limits.
What you can do to improve on this limitation is to compute statistics on your own. You could implement a cache of ImageStatistics objects (or other suitable structure you define) and maintain it for all images involved in your process. You can reimplement image notifications (ImageUpdated() and ImageDeleted() should suffice) in your interface to keep track of changes, and recompute or destroy image statistics as appropriate.