Frage

We have a bar chart with two series, that is loaded from a template. Previously we used v8.0 of Aspose.Slides, and have recently upgraded to the latest version (v14.6). Without making any changes to the logic (aside from class name changes necessary for compilation), the first bar which was previously drawn over/above the other bar is now being drawn under it.

Is there are way to programmatically adjust the order or height of the bars, so that one is always above the other?

War es hilfreich?

Lösung 2

The closest I could get was to change the order of series that were being added to the chart. The first series is rendered first, then later series are rendered in order over it.

Andere Tipps

I don't think there is any feature available in Aspose.Slides or MS PowerPoint for that matter to change the Z-Index on a data point in a bar chart. You can contact Aspose Support to get more information regarding change in behavior between 2 versions.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top