![]() | Steema Issues DatabaseNote: 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. |
| Summary: | [TJ71016156] Android. FullChart for Zooming doesn't work. There is no response at... | ||
|---|---|---|---|
| Product: | Java TeeChart | Reporter: | yeray alonso <yeray> |
| Component: | Android | Assignee: | 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
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); |