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 2356

Summary: Gauge Labels displaced to the right when Chart Title in Custom Position
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: marc, yeray
Priority: ---    
Version: 29.200113   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2020-07-27 10:42:32 EDT
Here the test code:

procedure TForm1.CheckBox1Click(Sender: TObject);
begin
  Chart1.Title.CustomPosition:=CheckBox1.Checked;
end;

procedure TForm1.FormCreate(Sender: TObject);
begin
  with TGaugeSeries(Chart1.AddSeries(TGaugeSeries)) do
  begin
    LabelsInside:=False;
    TotalAngle:=180;
    RotationAngle:=180;
    Axis.Increment:=10;
  end;
end;
Comment 1 yeray alonso 2020-07-29 09:55:20 EDT
The customer adds:
The labels even with no custom position don't line up correctly with value tick lines as they move around, some line up perfectly others away from ticks