If a chart has both a LineSeries and a StackedAreaSeries, and the bound data is modified such that the left-most data points are removed, then the resulting transition animation has a bug such that the Polygon representing the StackedAreaSeries temporarily extends past the left boundary of the X axis.
I have demonstrated this as simply as possible in the attached demo project.
Note: This may be related to another bug I have raised - #10540.
I'm currently hacking around this by programmatically getting hold of the parent Grid of the Polygon and setting a Clip value, to hide the bug.
I have demonstrated this as simply as possible in the attached demo project.
Note: This may be related to another bug I have raised - #10540.
I'm currently hacking around this by programmatically getting hold of the parent Grid of the Polygon and setting a Clip value, to hide the bug.