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
1410
ColumnSeries and LineSeries combine
posted

Hello

I'm using XamDataChart Infragistics v12.2

I'm trying to achieve following chart: (see attachment)

Soo this is just a quarter data. For each quarter we have a value. For this, I'm using LineSeries (red color).

Now, when this is done, I would like to show aggregated results per year (lets say: avarage). Soo this should be a ColumnSeries, where each column spans from Q1 to Q4 (orange color)

My problem is that I cannot find a good solution.

- If I use one CategoryXAxis, the amount of rows in each series is not equal (obviosuly year rows = quarter rows / 4), so my year series ends in 1/4 of the graph width

- If I use two CategoryXAxes, then it's better, however the columnSeries columns are not perfectly align to the quarters of the first axis.

- If I use NumericXAxis for the line, there seems to be no column series that works with that.

Is there anything you can advice?