Search found 5 matches

by cbrandin
Sun Feb 04, 2024 11:22 pm
Forum: .NET
Topic: Issues with TeeChart MAUI
Replies: 3
Views: 2196

Re: Issues with TeeChart MAUI

After making some more tests I have discovered the following: When ported to iOS or Android the zoom and panning parameters appear to be ignored. No matter what you change nothing happens. In fact if you disable panning and zoom altogether the devices still zoom - but not just for the chart, but for...
by cbrandin
Tue Jan 30, 2024 10:59 pm
Forum: .NET
Topic: Issues with TeeChart MAUI
Replies: 3
Views: 2196

Issues with TeeChart MAUI

I've been trying to update apps from Xamarin to Maui. I've run into several issues: The Left Axis Title Caption doesn't put the caption in the right place. It appears to be put the caption at location 0,0 which results in it not appearing on the chart at all. I came up with a work-around that puts i...
by cbrandin
Fri Jun 24, 2016 3:07 am
Forum: .NET
Topic: pinch zoom events not working - IOS
Replies: 3
Views: 8167

Re: pinch zoom events not working - IOS

Adding the "Chart.Zoom.Active = true;" worked. Funny, it didn't need it before. Oh well - all's well that ends well. Thanks!

Chris
by cbrandin
Fri Jun 17, 2016 5:32 pm
Forum: .NET
Topic: pinch zoom events not working - IOS
Replies: 3
Views: 8167

Re: pinch zoom events not working - IOS

By the way - this happens when the zoom style is set to "Manual".
by cbrandin
Fri Jun 17, 2016 5:29 pm
Forum: .NET
Topic: pinch zoom events not working - IOS
Replies: 3
Views: 8167

pinch zoom events not working - IOS

Has anybody else noticed that the pinch zoom feature doesn't work correctly any more. I think Apple changed something because it used to work fine. Now it works sometimes but mostly not. The scroll function works fine - it's just the zoom feature that has problems. It behaves like something is captu...