Hello!

I'm developing a software that uses Qwt to plot some graph but I needed that the legend of the graph's division stay not under the MaxMajor, but between them. So instead of one having "Max Major + Legend, MaxMinor, MaxMinor, Mas Major + Legend, ...", one would have "Max Major, Legend, Max Minor, Legend, Mas Minor, Legend, Max Major, Legend", and so forth.

How do I configure this in Qwt?

Examples:
- How it is: http://simplestudies.com/repository/...cost_graph.gif
- how I want: http://www.webopedia.com/FIG/LINEGR.gif

Thanks!

Momergil