Visualising a 3D histogram?

Hi everyone,

A very naive query: is it possible to visualize the 3D histogram in ROOT since the structure now is (x,y,z, and counts)? Is there some way to highlight the total counts for each (x,y,z) bin?
Any suggestions/hints will be very helpful.
Thanks a lot!

These are the drawing options for 3D histograms:
https://root.cern/doc/master/classTHistPainter.html#HP25

Thanks a lot for your reply।