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 - [TJ71016156] Android. FullChart for Zooming doesn't work. There is no response at...
Summary: [TJ71016156] Android. FullChart for Zooming doesn't work. There is no respons...
Status: RESOLVED WORKSFORME
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Android (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-18 17:14 EDT by yeray alonso
Modified: 2014-05-16 09:36 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 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);