Search found 3 matches

by manawyddan
Tue Apr 16, 2019 3:39 pm
Forum: LightningChart Ultimate WPF
Topic: How do I horizontally pan a Smith chart by code?
Replies: 3
Views: 5722

How do I horizontally pan a Smith chart by code?

Hi, I am using LightningChartUltimate v7 and I am attempting to programmatically zoom and pan a Smith view using the ZoomCenter and ZoomScale properties. Is it the right way to do that? I don't understand the ZoomCenter property. Currently, I get its value and turn it into coordinates by using the A...
by manawyddan
Tue Oct 23, 2018 8:37 am
Forum: LightningChart Ultimate WPF
Topic: Panning to the left zooms the XY chart
Replies: 3
Views: 10111

Re: Panning to the left zooms the XY chart

Thanks for your great help. I found why the chart control does that. We were handling the RangeChanged event, to prevent the user from panning right at the beginning of the series or left at the end. And this event handler had a bug that made it possible to pan to the left when at the end of the ser...
by manawyddan
Wed Oct 03, 2018 12:32 pm
Forum: LightningChart Ultimate WPF
Topic: Panning to the left zooms the XY chart
Replies: 3
Views: 10111

Panning to the left zooms the XY chart

Hi, I am using LightningChartUltimate v7.2.1.4001 with WPF. When I pan to the left (to see what's at the right of the view) and I reach the end of the series, the chart starts zooming in, instead of simply moving to the left. Is it caused by some option I did not set in ZoomPanOptions or is it a nor...