If you mean HistogramItem from the Qwt examples you have to modify its implementation. The brush that is used to fill the bars need to be initialized by your gradient instead of a color. In Qwt 6.x ( SVN trunk ) you can modify the palette ( QwtColumnSymbol::setPalette() ) that is used to draw a column of a QwtPlotHistogram.
Uwe
Bookmarks