Does anyone have sample wxWidgets code to display a histogram? wxMathPlot seems to be working great for my other plotting needs, but now I have a requirement for a histogram.
Not being a UI developer I am a little bit like a fish out of water.
Any suggestions or references are greatly appreciated.
(I'd like it to be a dynamic histogram layer on a frame - meaning I will be adding values over time and I want the plot to update.
I did find this, but I'd rather just make/use a histogram class than do the low level drawing.