Multiple Y axis, clipping series

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
jorge
Posts: 20
Joined: Tue Jun 28, 2016 7:54 am

Multiple Y axis, clipping series

Post by jorge » Tue Jul 05, 2016 10:21 am

I have a graph with one X axis and two Y axis (axis 0 and axis 1). I add a series to be rendered on X-Y0 and another series to be rendered on X-Y1. If I pan the graph, I am able to move the series that is rendered in one Y ayis so it ends up being rendered on the area of the other Y axis. Is there an easy way of clipping the series so they are invisible if moved to another Y axis?

Thanks

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

Re: Multiple Y axis, clipping series

Post by ArctionPasi » Tue Jul 05, 2016 10:23 am

Hi,

you can do that by setting series.LimitYToStackSegment = True.
LightningChart Support Team, PT

Post Reply