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

Summary: Calling Draw without parameters draws the chart in a wrong position, at the top left.
Product: FireMonkey TeeChart Reporter: yeray alonso <yeray>
Component: ChartAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement CC: peter.carr
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=17&t=16032
Chart Series: --- Delphi / C++ Builder RAD IDE Version: RAD 10 Seattle
Attachments: screenshot

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;