Search found 1 match

by SteMurphy131
Fri Feb 09, 2018 9:22 am
Forum: LightningChart Ultimate WinForms
Topic: Mouse Right To Left Zoom Action
Replies: 2
Views: 9910

Mouse Right To Left Zoom Action

I'm wondering is there a way to hook into the event raised when this code is called:

_chart.ViewXY.ZoomPanOptions.RightToLeftZoomAction = RightToLeftZoomActionXY.ZoomToFit;

I want to call my own Zoom To Fit method to give an extra bit of space on the Y axis.

Thanks