You should be able to get a histogram image with following code:
using (MagickImage image = new MagickImage("logo:")) { image.Write("histogram:your-histogram.gif"); }