I have a chart with 3 data series, 2 are columns and 1 is a line. Is there a way I can influence how they are displayed on the z-axis(z-index) ? Basically I want to have influence what is displayed on top of what.
On the report itself I can influence the different items, however within a chart I haven’t found it yet.
I have a chart with 3 data series, 2 are columns and 1 is
Share
Unfortunately, Chart series items do not have a Z-Index property. Although I have found that the sort order of the series groups directly affect the z-index order. Once sorted, the first series is rendered on top and the last series is rendered on the bottom.
If you edit the series group properties:
Then go to the “Sorting” tab, you can choose which column it sorts by. In my case, I added an extra column in my DataSet which keeps track of the order I want. I chose to sort on that: