Hi,
I'm currently using on an area chart. I am displaying multiple charts below each other, some have 3 data points, some up to 15.
The chart has a fixed width. The maxvalue of the x-axis is set to 15.
The Problem:
No matter how many datapoints for each series there are, the chart always stretches the series to the whole width of the plotarea. (see attached screenshot for current unwanted behaviour.)
The behaviour I want to achieve is a fixed width between every category/major tick, so that all data points have the same distance inbetween, no matter if I have 2 or 15. So if there are e.g. only 4 data points, the leftmost 4 categories on the x axis are used, and the other 11 are left blank.(see 2nd photoshopped screenshot with wanted behaviour)
So that if multiple of these charts are compared with each other, each category has the same width.
Is there any way to accomplish this? Or is itperhaps possible to scale the width of the whole chart after the datasource is assigned to the chart?
Thanks in advance for any help!
Greetings Markus