I have a bar graph with 11 variables (B1_1 - B1_11) and each variable is binary with a label on the 1.

I would like to know if it is possible to get a bar graph where the bars are labelled in the legend after the labels on the value of each variable.

I have seen the following for using variable labels:

Code:
graph bar (count) B1_*, legend(order(1 "`: var label B1_1'"  2  "`: var label B1_2'"... ))......
But I have not seen an equivalent for the value labels.

Any help would be greatly appreciated