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 1488 - Calling Draw without parameters draws the chart in a wrong position, at the top left.
Summary: Calling Draw without parameters draws the chart in a wrong position, at the t...
Status: CONFIRMED
Alias: None
Product: FireMonkey TeeChart
Classification: Unclassified
Component: Chart (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-01 03:35 EDT by yeray alonso
Modified: 2016-04-03 18:50 EDT (History)
1 user (show)

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


Attachments
screenshot (6.70 KB, image/png)
2016-04-01 03:35 EDT, yeray alonso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2016-04-01 03:35:20 EDT
Created attachment 578 [details]
screenshot

To reproduce, create a MultiDevice Application.
Place a TChart somewhere in the middle of the form.
Place a TButton on the form with the following OnClick code:

procedure TForm1.Button1Click(Sender: TObject);
begin
  Chart1.Draw;
end;