Hi,
Is it possible to add\display multiple stacked column chart in the same chart container.
Regards,
Uday
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.
David,
thanks for the reply. Just to illustrate my requirement in detail, Please find below an image of the multiple Histogram requirement.
I wanted to know whether it is possible in any other chart type(eg. stack column chart) other than the composite chart.
As I am new to Ultrachart. A sample code for the same would be highly appreciated.
Thanks and regards,