Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How could I change the title of the x-axis of QwtPlotMultiBarChart? Following the codes of the example, I could draw multi bar chart like this
But how could I change the label of x-axis from 0,1,2,3,4 to text(ex : worst, bad, average, good, great)? Thanks
@tham I find the answer, you can do that by override the class "QwtScaleDraw"(check the example distrowatch).