Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
Multiple Stacked column chart display within a single chart.
posted

Hi,

Is it possible to add\display multiple stacked column chart in the same chart container.

Regards,

Uday

 

Parents
No Data
Reply
  • 28496
    Verified Answer
    Offline posted

    yes.  i take it you want multiple groups of stacks arranged on the x axis?

    if so, the way to do this is to create a composite chart with multiple stacked column chart layers, each of which uses a different x-axis.

    and each x-axis has margins set on it so that they don't overlap.  in other words,

    axisX1 has margin.Near = 0%, margin.Far = 75%

    axisX2 has margin.Near = 25%, margin.Far = 50%

    axisx3 has margin.Near = 50%, margin.Far = 25%

    axisx4 has margin.Near = 75%, margin.Far = 0%

    there are four chartlayers- they all share the same y axis but each uses one of the above x-axes.

Children