Hello,

I'm trying to define a new position of my datalabel in my waterfall chart for each point of each series. But unfortunately, Excel crashes.
In the Debug window, I can sometimes ?dlblPoint.Top and get a value; it's the assignment of a new value that fails.
Maybe an Excel 2016 bug, or a new "feature", e.g. can't move a datalabel under such and such circumstances.
I've tried changing the order of execution within the surrounding lines of code, without success.


chtWF.SeriesCollection(lSerie).Points(iPoint).DataLabel.Top = chtWF.SeriesCollection(lSerie).Points(iPoint).DataLabel.Top -20

if someone has any idea regarding this problem, I really appreciate.

Best Regards
Binjam