Search found 2 matches

by JRusty15
Mon May 01, 2017 6:21 pm
Forum: LightningChart Ultimate WPF
Topic: Help with crash after EndUpdate() gets called
Replies: 7
Views: 18299

Re: Help with crash after EndUpdate() gets called

The problem is that we are not creating new charts each time. We have one chart object and simply change the data for the chart as the user interacts with the UI. So I don't think we want to Dispose of the chart and create a new one. If we just change the data on the chart, does that memory get clea...
by JRusty15
Fri Apr 28, 2017 10:09 pm
Forum: LightningChart Ultimate WPF
Topic: Help with crash after EndUpdate() gets called
Replies: 7
Views: 18299

Help with crash after EndUpdate() gets called

We are using version 7.1.3.4006 of the lightning charts library in our WPF application. We have run into a bug where the user interacts with out WPF application by clicking randomly on a page. Each click generates a handful of new charts, so as you can imagine there is a lot happening. If the user c...