The histogram command does not have a custom bin option, but you can use a Plot action column, where the action option is set to ‘Bin’.
Here is an example where the bin locations are specified using a column. Note that the x and y input must both have something there for this column to work, so they are both set to the values column.
Then you could graph using a Bars command. The label column was typed in manually.
As the bins you are specifying are logarithmic, you might want to try using a Histogram command with the Log option and also set the x-axis to a log scale. For the same data shown above, you get the following graph where x-axis locations are on the number line.
For stacking graphs, use the Split x-axis or Split y-axis options on the axis settings. Then you can place different commands above and below or side-by-side.
We did a webinar on Panel graphs that you might want to check out for a detailed demo.
Let us know if this helps or if you have any follow up questions.