I have a stacked column chart that looks like this....
Is there anyway to make it group together like this?
Hi DmgInc,
I would suggest you to set the ColumnSpacing property like this:
UltraChart1.ColumnChart.ColumnSpacing = 0;
Let me know if this helps.
I've tried that, but that squishes everything together.
I want it so "R285" and its 2 stacked columns of Execution & setup are grouped together, then a space, then "R290" and its 2 stacked columns of Execution & setup etc.