LC6: Zoom and zoom-out not always triggered

Found a possible bug in LightningChart? Report it here.

Moderator: Queue Moderators

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

LC6: Zoom and zoom-out not always triggered

Post by frank » Thu May 15, 2014 12:47 pm

Hi,

please see the attached example and the demonstrating video (by email, because its larger than 256kb). In my code I use the following propertys to set some zooming-options.

Code: Select all

            chart.ViewXY.ZoomPanOptions.PanDirection = PanDirection.Horizontal;
            chart.ViewXY.ZoomPanOptions.RectangleZoomDirectionLayered = RectangleZoomDirectionLayered.Horizontal;
            chart.ViewXY.ZoomPanOptions.RightToLeftZoomAction = RightToLeftZoomAction.RevertAxisRanges;
In LC6 I discovered now, that the zoom isn't always triggered. Often for smaller zoom-areas, but not always. The same is with the leftmousebutten + mouse-left gesture for zooming out.

Best regards,
Frank
Attachments
WpfApplication1.zip
Demosolution
(40.68 KiB) Downloaded 675 times

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

Re: LC6: Zoom and zoom-out not always triggered

Post by ArctionPasi » Thu May 15, 2014 1:09 pm

Hi Frank.

thanks, we'll sort out the bug soon. Apologies for the trouble. :roll:
LightningChart Support Team, PT

Post Reply