Hi, I have a simple chart that contains a stacked columnset with 3 columnSeries in it and 2 lineSeries elements. When I run the app, I get the columns to stack and the lines to draw, however, the datapoint for each line is not lined up with the center of the column. It almost looks like the line is being treated like a column, so the effect is what you'd get from a clustered column chart. I've looked at the Dashboard example, and I see the same issue. Is there a was to make the line not be offset? The lines and columns are using the save dataProvider and horizontal axis (DateTimeAxis).
Thanks, John