I have two sets of stacked columns side by side. I would like to be able to hide either one. Currently I have the visible property of each series bound to a property controlled by a checkbox, and that works fine, but I would like the chart to be laid out again so that the hidden series doesn't take up space. I tried setting the includeInLayout property of the series but it seemed to have no effect. Will I be forced to programmatically remove the series and add it back, or is there some way I can use those funky offset values I don't fully understand? Thanks in advance.

