Completed
Last Updated: 27 Jan 2014 15:26 by ADMIN
ADMIN
Petar Marchev
Created on: 23 Jan 2014 12:25
Category: ChartView
Type: Bug Report
1
Memory leak occurs when removing series that have LegendSettings set from a style
If setting the LegendSettings from within a style, a memory leak may occur when the series is removed from the chart (for instance this happens when refreshing the source of the ChartSeriesProvider).  

A work-around is to set the LegendSettings through an attached property so that each series has its own LegendSettings:
<Setter Property="local:ChartUtilities.LegendTitle" Value="some title" />
1 comment
ADMIN
Petar Marchev
Posted on: 27 Jan 2014 15:04
Issue is fixed and will be available with the 2014 Q1 release.