Hello!

I'ld like to know if there is a equivalent of QwtPlotCurve::setRawData(...) for QwtPlotMultiBarChart, that is, a way of setting the samples to QwtPlotMultiBarChart that don't perform a copy of the original data, but merely points to it (I'm asking because the manual isn't clear enough if all setSamples() perform a copy or not).

If there isn't, is there a way I could subclass QwtPlotMultiBarChart to create one? And Uwe, could you please add then such method in the next versions of Qwt?


Thanks,

Momergil