Search found 9582 matches

by Yeray
Fri Sep 20, 2024 7:09 am
Forum: VCL
Topic: scales and axes
Replies: 25
Views: 16206

Re: scales and axes

Hello, According to the error message (Tee97.dpk), you seem to be compiling TeeChart Standard v2024.40 for Delphi 7. I've just tried it here and worked fine: TeeRecompile_TeeChartStd_2024.40_D7.png Have you modified those sources to add the new Distance property? Make sure the changes are correct.
by Yeray
Fri Sep 20, 2024 6:27 am
Forum: VCL
Topic: Lock XY Scale?
Replies: 1
Views: 124

Re: Lock XY Scale?

Hello John,

This sounds as the IsoAxis feature we discussed about here.
by Yeray
Thu Sep 19, 2024 6:34 am
Forum: VCL
Topic: PolygonFloat...world or screen coordinates?
Replies: 1
Views: 361

Re: PolygonFloat...world or screen coordinates?

Hello, All the drawing methods in the canvas use screen coordinates. Here you have an example using PolygonFloat function: polygonfloat.png uses Chart, TeEngine, TeCanvas, Series; var Chart1: TChart; procedure TForm1.FormCreate(Sender: TObject); begin Chart1:=TChart.Create(Self); with Chart1 do begi...
by Yeray
Wed Sep 18, 2024 1:36 pm
Forum: VCL
Topic: scales and axes
Replies: 25
Views: 16206

Re: scales and axes

Hello, We've just implemented the new Distance property, closing the ticket #2740 . Since you own the sources, you can apply the main changes to your copy of the sources, at TeEngine.pas and rebuild&reinstall the sources with TeeRecompile. diff --git a/TeEngine.pas b/TeEngine.pas index cffb80a4..645...
by Yeray
Wed Sep 18, 2024 1:31 pm
Forum: VCL
Topic: TeeChartVCLFMX-2024.41 does not load in the RADSTUDIO 12.1 patch 1 IDE
Replies: 1
Views: 172

Re: TeeChartVCLFMX-2024.41 does not load in the RADSTUDIO 12.1 patch 1 IDE

Hello, The TeeChart v2024.41 binary release was built with RAD Studio 12.2. Please update your RAD Studio if possible. If you can't update it, you can use TeeChart v2024.41 with sources version to compile it with your RAD Studio 12.1. Alternatively, you can continue using TeeChart binary v2024.40 wi...
by Yeray
Tue Sep 17, 2024 12:34 pm
Forum: VCL
Topic: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX
Replies: 5
Views: 1140

Re: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX

Hello Peter,

Please make sure you copy each field in the correct box and without blank spaces.
by Yeray
Mon Sep 16, 2024 9:58 am
Forum: VCL
Topic: scales and axes
Replies: 25
Views: 16206

Re: scales and axes

Hello, Indeed I'm afraid I was looking at the wrong version of your project. Adding a boolean property (ie OthSide ) to your tScale and mapping it to the Axis OtherSice property seems to solve it for me here. Note I also had to modify your OuterPercent peorperty, which maps to PositionPercent : side...
by Yeray
Mon Sep 16, 2024 9:15 am
Forum: FMX
Topic: TeeChart VCL/FMX v2024 [13 SEP 2024] RELEASE 2024.41.240913
Replies: 0
Views: 717

TeeChart VCL/FMX v2024 [13 SEP 2024] RELEASE 2024.41.240913

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2024.41.240913 release with full RAD Studio 12 Athens Update 2 (RX/DX/CX) support, including the new C++ for Windows 64-bit "Modern" platform. The new update includes TeeChart Pro and Standard s...
by Yeray
Mon Sep 16, 2024 9:15 am
Forum: VCL
Topic: TeeChart VCL/FMX v2024 [13 SEP 2024] RELEASE 2024.41.240913
Replies: 0
Views: 332

TeeChart VCL/FMX v2024 [13 SEP 2024] RELEASE 2024.41.240913

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2024.41.240913 release with full RAD Studio 12 Athens Update 2 (RX/DX/CX) support, including the new C++ for Windows 64-bit "Modern" platform. The new update includes TeeChart Pro and Standard s...
by Yeray
Mon Sep 16, 2024 6:28 am
Forum: VCL
Topic: scales and axes
Replies: 25
Views: 16206

Re: scales and axes

Hello, I believe I haven't correctly understood the initial issue. This is what I see with your example: axes_scales.png So I don't see any axis at the right. If you want an axis to be at the right side of the chart, you may want to set its OtherSide property to true . This way, the labels and title...
by Yeray
Mon Sep 16, 2024 5:31 am
Forum: VCL
Topic: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX
Replies: 5
Views: 1140

Re: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX

Hello Peter,

If no new problems arise, we should be publishing the new installers in a few hours.
Also note the latest binary version (v2024.40) should be compatible with the new IDE. It's just that the compiler in the new IDE is more strict.
by Yeray
Fri Sep 13, 2024 1:27 pm
Forum: VCL
Topic: TDBChart Bottom Label Font Override trough Hover Problem
Replies: 1
Views: 518

Re: TDBChart Bottom Label Font Override trough Hover Problem

Hello,

I can't reproduce it with the current version. Can you give it a try?
by Yeray
Fri Sep 13, 2024 12:25 pm
Forum: FMX
Topic: Delphi 12.2
Replies: 1
Views: 1059

Re: Delphi 12.2

Hello,

I guess in the beginning of the next week.
by Yeray
Fri Sep 13, 2024 12:02 pm
Forum: VCL
Topic: scales and axes
Replies: 25
Views: 16206

Re: scales and axes

Hello,

We are working on a new Distance property.
This is how it looks for now:
mstsc_b1hlSYOadn.gif
mstsc_b1hlSYOadn.gif (186.42 KiB) Viewed 3763 times
Note in that trackbar I'm setting all 4 axes at once, but that's property is per-axis.

I'm afraid that property won't get into the build we are preparing to support the new RAD 12.2.
by Yeray
Fri Sep 13, 2024 7:18 am
Forum: VCL
Topic: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX
Replies: 5
Views: 1140

Re: Cannot Rebuild TeeChart for Win64 in RAD Studio 12.2 VCL FMX

Hello,

Yes, we solved those errors in the internal sources.
Now that the IDE is released we'll prepare new installers with it.