![]() | 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: | TeeChart 2014 / XE5, Chart only show one quarter of screen size even Align Client used | ||
---|---|---|---|
Product: | FireMonkey TeeChart | Reporter: | Ming Ng <ming> |
Component: | Chart | Assignee: | Steema Issue Manager <issuemanager> |
Status: | CONFIRMED --- | ||
Severity: | critical | CC: | david, yeray |
Priority: | --- | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | Tablet | ||
OS: | Android | ||
URL: | http://www.teechart.net/support/viewtopic.php?f=17&t=15368 | ||
Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | RAD XE5 |
Description
Ming Ng
2015-01-03 03:40:26 EST
Reproduced with v2014.12 and XE5. Not reproduced with v2014.12 and XE7. Not reproduced with v2014.11 and XE5. uses FMXTee.Chart, FMXTee.Constants; var Chart1: TChart; procedure TForm1.FormCreate(Sender: TObject); begin Chart1:=TChart.Create(Self); Chart1.Parent:=Self; Chart1.Align:=TAlignLayout.alTop; Chart1.Title.Text.Text:=TeeMsg_Version; end; Which Android version are you using? XE5 and XE6 support up to Android K v4.x only. (Not 5.x Lollipop) |