Posted
on Jun 20, 2011
(permalink)
I have one horizontal Stacked Bar 100 that I'm working with. It's a very simple, horizontal, two series bar that represents wins/losses and filled dynamically in code behind, it all works great except one small, but aggrevating, thing - I can't seem to figure out how to fill the "width" to 100%. I've removed all parts of the chart, no border, no background, no legend, etc... but the stacked bar doesn't fill the background - it seems to leave a small area to the right of the stacked bar where the legend used to be.
I changed BarWidthPercent = 100, but since this is horizontal that seems to change the "height".
How do I make it so the actual stacked bar fills 100% of the RadChart background??
Or at least center the stacked bar in the middle of the background?
The problem is having just the single bar looks off-center.