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
165
Composite chart : stacked column + line chart
posted

Hello,

I create a BarColumnLine chart well but i want a stacked column + Line :( so i try to use composite chart.

Now, i create my first composite chart (stacked column + line chart) with the wizard designer. I  fill the data source with the code behind :

ultraChart.Data.DataSource = table;
ultraChart.Data.DataBind();

but it fill only the stacked column chart not the line chart. How i specify the datasource link to the stacked chart and the line chart ?  

Do you know if is it possible to create composite chart with wizard and fill different data source charts by the code behind ? If yes, how please?

Thank you.