Multi-axis magnification problem

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
hyetc
Posts: 11
Joined: Fri Oct 09, 2020 9:26 am

Multi-axis magnification problem

Post by hyetc » Wed Dec 23, 2020 7:12 am

Multiple axes are set as shown below,want to enlarge by selecting a rectangular box,But you can only zoom in on a single Y axis
Attachments
MultiAxis.png
MultiAxis.png (14.89 KiB) Viewed 4588 times

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: Multi-axis magnification problem

Post by ArctionKestutis » Wed Dec 23, 2020 1:01 pm

You can use _Chart.ViewXY.Zoomed event handler to read zoom range change from particular segment and apply same/proportional zoom to other YAxes.

All the best.

Post Reply