WPF. SubChart. Performance problems.
Posted: Mon Aug 18, 2014 10:55 am
Hello steema!
I have terrible performance problems with the latest version of WPF TChart if I use SubChart.
Try to execute the following code and resize window with TChart to reproduce that:
Code: Select all
SubChartTool subChartTool = new SubChartTool();
MyTChart.Tools.Add(subChartTool);
TChart subChart = subChartTool.Charts.AddChart(string.Empty);
TChart must be resizable.
It seems that TChart.OnRender is called recursively.
It's awful bug, fix it ASAP please.
I have terrible performance problems with the latest version of WPF TChart if I use SubChart.
Try to execute the following code and resize window with TChart to reproduce that:
Code: Select all
SubChartTool subChartTool = new SubChartTool();
MyTChart.Tools.Add(subChartTool);
TChart subChart = subChartTool.Charts.AddChart(string.Empty);
TChart must be resizable.
It seems that TChart.OnRender is called recursively.
It's awful bug, fix it ASAP please.