Hello,
I would like to create a bar chart with data grouped by a subcategory. See sample pic below. In this example the primary category is vehicle type and the secondary category is year. Can you tell me if this feature is supported, and how I would go about applying it?
Sample pic
Note, this is similar to another question:http://es.infragistics.com/community/forums/t/107929.aspxbut does not require stacking.
Hello David Yeager,
Thank you for posting in our community!
It seems that easiest way to achieve the effect you want is to to add 3 charts. One next to the other. Then remove the label ot Y-axis of the 2nd and 3rd chart.
That's it. No need of some complicated implementation into one chart.
Thanks Petko. That was my initial approach so I will go back to that. It brings up another question for me: I'd like the 3 charts to have the same vertical scale. I could find the min/max of each series and manually set the scale of each chart to be the same. That's a bit cumbersome because I'd have to build in my own rounding/padding to get a reasonable scale for the full data set. Is there a better way to achieve this?
The approach you have described is the only popular known approach to achieve what you want - few charts with same vertical range.