First of all, thanks to Max for his quick response and help on fixing a multi-series issue for me. I am trying to create a column line chart, the legacy chart is inserted below. How close can I come to this with UltraWebChart and how do I go about building the data table to bind it to?
You can use a composite chart with column and line layers. That part is fairly simple. Making the grid a part of the chart can be tricky. It'll require some custom drawing. People tend to display a little grid control underneath the chart instad of trying to draw one, but it's certainly possible.
Yeah, it sounds like I'm not quite ready to go that far with it yet. Thanks again Max!