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
425
Convert a StackAreaChart to a Composite StackAreaChart
posted

I've been playing with this for the better part of two days and I'm stumped. I have a StackAreaChart where I'm passing a datatable into the chart. The datatable is set up with the following columns:

  • RunDate
  • StartTime
  • CPUPercent
  • From here there is a column for each department in the company which numbers to 15-20

When I simply set the datasource of this chart to the datatable and swap the columns and rows, I get the StackAreaChart I expect to get. For each department, the y-axis reflects the data in each department's column and the x-axis reflects the StartTime. When hovering over the datapoints I get the location of that point on the chart. The legend contains an entry for each department and follows the colormodel that was set up in the designer just as the chart does. The <ITEM_LABEL> is the department name.

Now, I need to add a line and some special formatting to just 1 of my Areas which means I need to change this from a StackAreaChart to a Composite chart with a StackArea Layer. How would I go about setting the datasource for the StackArea Layer? What type of series should I use? How should I set the value columns?

Thank you

Parents Reply Children