I need to plot named data sets as a histogram. Each set will be a different bar.

Rather than have the x axis labeled to correspond to set 1,2,3..., I need to have the axis labeled to correspond with the set names, i.e. tick 1 would be "Case X-Var A," tick 2 would be "Case Y-Var B", etc....

Does QWT support this type of axis labeling?

Has anyone solved this using Windows and Visual Studio?
Thanks!