How to clear points from FreeformPointLineSeries?

Need help in implementing some specific function to your LightningChart Ultimate powered application? Post a question and get code snippets from other LightningChart Ultimate community members.

Moderator: Queue Moderators

Post Reply
saderty
Posts: 10
Joined: Tue Jul 02, 2013 8:36 pm

How to clear points from FreeformPointLineSeries?

Post by saderty » Sun Jul 07, 2013 8:10 pm

How to clear points from FreeformPointLineSeries?

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

Re: How to clear points from FreeformPointLineSeries?

Post by ArctionPasi » Mon Jul 08, 2013 6:25 am

Simply use the Clear() method of a FreeformPointLineSeries object.

If you have one FreeformPointLineSeries object defined, use as follows:

Code: Select all

chart.ViewXY.FreeformPointLineSeries[0].Clear();
LightningChart Support Team, PT

Post Reply