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 433

Summary: [TJ71016156] Android. FullChart for Zooming doesn't work. There is no response at...
Product: Java TeeChart Reporter: yeray alonso <yeray>
Component: AndroidAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED WORKSFORME    
Severity: major CC: yeray
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2013-11-20 12:16:23 EST
Android.
FullChart for Zooming doesn't work. There is no response at all when I'm trying to zoom with 2 fingers.
chart.getZoom().setZoomStyle(ZoomStyle.FULLCHART);
 [created:2012-04-18T16:14:42.000+01:00 reported by:yeray@steema.com reported in version:3.2012.0202 (TeeChart Java)]
Comment 1 yeray alonso 2014-05-16 09:36:34 EDT
Can't reproduce it with the actual version and this code:

	tChart1.getAspect().setView3D(false);
	tChart1.getLegend().setVisible(false);

	Candle candle1 = new Candle(tChart1.getChart());
	candle1.fillSampleValues();
	tChart1.getZoom().setZoomStyle(ZoomStyle.INCHART_MULTI);