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
627
Composite ultraChart - more then one data values
posted

Hi,

I'm trying to create a composite column chart with line chart. The issue is that I'm getting a dataTable (for the column chart's data), which includes one label column and 3 data columns.

How can I do it from the code?

I mean - i know I need to do it for the series like:

seriesColumn.Data.LabelColumn = "Entity";

seriesColumn.Data.ValueColumn = "Availability";

But How do I add another Value columns to the series?

 Please advice

Thanks

Maya

intel