Use of the .dispose() at closing.

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
symbolick
Posts: 52
Joined: Thu May 16, 2013 8:24 pm

Use of the .dispose() at closing.

Post by symbolick » Mon Aug 26, 2013 2:59 pm

I notice in your sample applications this is used when every lightning chart instance is closed. I am wondering what type of error this could create if not done.

Regards

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Use of the .dispose() at closing.

Post by ArctionPasi » Mon Aug 26, 2013 8:46 pm

It doesn't produce an error, but if you are creating new charts continuously, you may want to call Dispose() to free their memory explicitly. Otherwise LC memory is freed when the application is closed.
LightningChart Support Team, PT

Post Reply