I'm not sure if this will work for you or not, but this is what I thought of when I read your post...
You can't look at 100 histogram simultaneously. You can probably only fit 4 or 5 on a front panel (without using tab a control, and I recomend NOT using the tab control), so I would try to work with a front panel that contains a (small) limited number of Histograms.
You should already be saving your data to a file, so I would create a new directory each time a new set of trilas is started. Then create a data file for each trail you run. So in the case you described, the directory would have 16, or 100 files. Then on the front panel, you can have a ring control under each histogram that lists all the files in a given directory. When the user sele
cts an item from the ring control, you load the data file, and push the data into the histogram. This would let the user quickly select the data run they care about, look at it, and select another.