Bubble chart with X and Y labels of string type [closed]
- by MrGenius
I have a scenario where I need to display how many males, females and Unspecified are there from City1, City2, City3, etc.
I am trying to use bubble chart for this. So I want to display this chart with y axis showing Male, Female and Unspecified as Y axis labels and City1, City2,City3 as X axis labels. The actual count being displayed as a square bubble on the chart.
This is little urgent. I could not locate any similar sample on MS documentation too.
Edit:
How to use the bubble chart to display genders on the y axis and cities on the x axis?