Search found 9576 matches

by Yeray
Mon Sep 16, 2024 9:58 am
Forum: VCL
Topic: scales and axes
Replies: 20
Views: 13552

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: 111

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: 48

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: 20
Views: 13552

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: 3
Views: 376

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: 300

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: 820

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: 20
Views: 13552

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 2056 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: 3
Views: 376

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.
by Yeray
Fri Sep 13, 2024 5:46 am
Forum: VCL / FMX
Topic: TeeGridRecompile install not working with Lazarus 3.4
Replies: 8
Views: 11598

Re: TeeGridRecompile install not working with Lazarus 3.4

Hello Phil,

I'm glad to hear that!
by Yeray
Thu Sep 12, 2024 1:45 pm
Forum: VCL / FMX
Topic: TeeGridRecompile install not working with Lazarus 3.4
Replies: 8
Views: 11598

Re: TeeGridRecompile install not working with Lazarus 3.4

Hello Phil,

I've just sent you a zip you can use to test the fix.
Sorry for the delay here.
by Yeray
Thu Sep 12, 2024 6:19 am
Forum: VCL
Topic: scales and axes
Replies: 20
Views: 13552

Re: scales and axes

Hello,

I've also added it to the public tracker (#2740).
by Yeray
Mon Sep 09, 2024 1:47 pm
Forum: VCL
Topic: scales and axes
Replies: 20
Views: 13552

Re: scales and axes

Hello, Let me simplify it talking about the vertical axis; the according variations would apply to the horizontal axis. The x position to draw the left axis title is calculated considering the width of the left axis labels. Why we don't provide mechanisms to modify this x position as we consider thi...
by Yeray
Fri Sep 06, 2024 6:37 am
Forum: VCL
Topic: Multiple TBarSeries on chart and axes
Replies: 3
Views: 2612

Re: Multiple TBarSeries on chart and axes

CPDEV wrote:
Thu Sep 05, 2024 2:17 pm
so each of the 3 bar series can have X number of bars on it?

Instead of each bar getting its own series?
Yes, that's probably the easiest way.
by Yeray
Thu Sep 05, 2024 8:29 am
Forum: VCL
Topic: Multiple TBarSeries on chart and axes
Replies: 3
Views: 2612

Re: Multiple TBarSeries on chart and axes

Hello, I guess the issue is you are creating too many series or too many values for each series, which reserves the space for the bars to be drawn, even if they are nulls or 0 values. If you can arrange a simple example project we can run as-is to reproduce the problem here, we'll be pleased to give...