Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1245 - Double tap on iOS crashes
Summary: Double tap on iOS crashes
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Xamarin.Forms (show other bugs)
Version: unspecified
Hardware: PC iOS
: --- critical
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 04:20 EDT by narcís calvet
Modified: 2015-06-26 05:39 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description narcís calvet 2015-06-26 04:20:24 EDT
Double tapping on a chart in a Xamarin.Forms application on iOS throws an exception at the UndoZoom() method in the Steema.TeeChart.Chart class. It works fine in Android.
Comment 1 narcís calvet 2015-06-26 05:02:18 EDT
This happens because zoom class instance is null. Zooming the chart before double-tapping on it prevents the crash.
Comment 2 pep jorge 2015-06-26 05:39:27 EDT
As a workaround just set Chart.Zoom.Active = true; as by default is set to false.