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 - Gauge Labels displaced to the right when Chart Title in Custom Position
Summary: Gauge Labels displaced to the right when Chart Title in Custom Position
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 29.200113
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-27 10:42 EDT by yeray alonso
Modified: 2021-07-02 06:20 EDT (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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