Get the Series ClipAreas

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
frank
Posts: 51
Joined: Tue Mar 25, 2014 9:04 am

Get the Series ClipAreas

Post by frank » Wed Oct 22, 2014 10:19 am

Hi,

I'm actually improving the speed of my application and rewrite parts of my code to use the new ClipAreas-Feature of LC. For the value-ruler in my application I would need to know the ClipAreas of a series, to check if the ruler is in an area.

I can only find SetClipAreas(), but no way to get this areas.
Attachments
Unbenannt.png
Unbenannt.png (2.88 KiB) Viewed 4830 times

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

Re: Get the Series ClipAreas

Post by ArctionPasi » Wed Oct 22, 2014 1:17 pm

Store the ClipArea[] array in member variable of your Window or class. Then pass it to SetClipAreas method. The chart itself doesn't edit the array, so you can modify the clip areas member array and use SetClipAreas again to update the chart with the modified areas.
LightningChart Support Team, PT

Post Reply