Search found 9684 matches

by Yeray
Fri Jun 13, 2025 7:15 am
Forum: VCL
Topic: Move/Rotate Left-Axis Caption above Axis
Replies: 4
Views: 1634

Re: Move/Rotate Left-Axis Caption above Axis

Hello,

I use ShareX for screen capturing, but I suppose it’s a matter of personal preference.
Also note this forum supports attaching images.
by Yeray
Fri Jun 13, 2025 7:10 am
Forum: VCL
Topic: Formatting Help with a Circular Gauge...
Replies: 10
Views: 1258

Re: Formatting Help with a Circular Gauge...

Hello, Oh, that's good news! I've split the diff in two parts so you can apply them independently if you want: - Fix for #833 : CircularGauge labels misaligned --- a/TeeCircularGauge.pas +++ b/TeeCircularGauge.pas @@ -789,6 +789,15 @@ begin TTeePanelAccess(ParentChart).TryAssignFont(Axis.Texts.Font)...
by Yeray
Thu Jun 12, 2025 12:52 pm
Forum: VCL
Topic: Formatting Help with a Circular Gauge...
Replies: 10
Views: 1258

Re: Formatting Help with a Circular Gauge...

Hello, Then I guess it will be TeeChart v2025.44. Can you also please tell me what target platform are you using? I may need to send you all the units for the target platforms you use to avoid "the unit xxx was compiled with a different version of yyy" errors. Note you can know what TeeChart version...
by Yeray
Thu Jun 12, 2025 12:49 pm
Forum: VCL
Topic: How to plot contours for a sparse data set?
Replies: 1
Views: 801

Re: How to plot contours for a sparse data set?

Hello, I've been playing with your data and I came up with this: contour.png I'm not sure if that fits your requirements. Note the PopulateMissingPoints method helps to make sure the data follows a regular grid structure so the TContourSeries can handle it. Note there's also a TPointSeries with the ...
by Yeray
Thu Jun 12, 2025 9:10 am
Forum: VCL
Topic: Formatting Help with a Circular Gauge...
Replies: 10
Views: 1258

Re: Formatting Help with a Circular Gauge...

Hello, I've been able to fix that old bug #833 . I've also added a related fix/feature. Now the labels consider the Axis.Texts.MarginToAxis when being drawn. I believe you don't have the TeeChart sources so I can't send you the diff. However, if you can tell me what TeeChart and RAD versions you are...
by Yeray
Wed Jun 11, 2025 10:16 am
Forum: VCL
Topic: Formatting Help with a Circular Gauge...
Replies: 10
Views: 1258

Re: Formatting Help with a Circular Gauge...

Hello, I'm afraid the alignment of the labels in the CircularGauge is an old issue in the list: #833 . We'll take a look at it. I really wish I knew what Steema's fascination with default gradients everywhere is. It's such a PITA to remove it all. Well, it's a component born when the tends were diff...
by Yeray
Wed Jun 11, 2025 7:00 am
Forum: VCL
Topic: TTeeCommander
Replies: 1
Views: 2278

Re: TTeeCommander

Hello,

I've just checked I can see it in the palette (and use it) in a new regular win32 VCL project, using TeeChart Pro v2025.44 binary:
palette.png
palette.png (52.66 KiB) Viewed 387 times
Try reinstalling it running TeeInstall.exe.
by Yeray
Wed Jun 11, 2025 6:56 am
Forum: VCL
Topic: Move/Rotate Left-Axis Caption above Axis
Replies: 4
Views: 1634

Re: Move/Rotate Left-Axis Caption above Axis

Hello, Have you tried with the main title? It seems to give the result you'd expect: with Chart1 do begin Title.Text.Text := 'Monthly income'; Title.Font.Color := Axes.Left.LabelsFont.Color; Title.Font.Size := 15; Title.Alignment := taLeftJustify; end; left title.png I don't know why but I cannot ge...
by Yeray
Thu Jun 05, 2025 11:35 am
Forum: VCL
Topic: Is it possible to change contour levels in TChartEditor ?
Replies: 2
Views: 2118

Re: Is it possible to change contour levels in TChartEditor ?

Hello Andrew, You can show the "Levels" tab in the Chart Editor adding the "TeeContourEdit" pragma link: .cpp: #pragma link "VCLTee.TeeContourEdit" Levels_editor.png Then you can untick the "automatic" checkbox and play with the levels. Finally, please note that we discourage giving users access to ...
by Yeray
Thu May 22, 2025 7:38 am
Forum: VCL
Topic: Installation problems
Replies: 7
Views: 17286

Re: Installation problems

Hello,

I've been able to run the installer from a shared folder without issues
x0lQrbVqUd.png
x0lQrbVqUd.png (148.86 KiB) Viewed 14331 times
Check the permissions in that folder.
by Yeray
Tue May 20, 2025 10:15 am
Forum: VCL
Topic: Installation problems
Replies: 7
Views: 17286

Re: Installation problems

Hello,

For now, TeeChart installers only support manual installation.
I'm not sure I understand how you would perform a "network install."
Would that involve using the command line and passing options as parameters, or would you use a third-party tool?
by Yeray
Tue May 20, 2025 10:08 am
Forum: VCL
Topic: TeeChart VCL/FMX v2025 [20 MAY 2025] RELEASE 2025.44.250520
Replies: 0
Views: 915

TeeChart VCL/FMX v2025 [20 MAY 2025] RELEASE 2025.44.250520

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2025.44.250520 release with full RAD Studio 12 Athens Update 3 (RX/DX/CX) support, including the new 64bit IDE. The new update includes TeeChart Pro and Standard source code installers for all d...
by Yeray
Tue May 20, 2025 10:08 am
Forum: FMX
Topic: TeeChart VCL/FMX v2025 [20 MAY 2025] RELEASE 2025.44.250520
Replies: 0
Views: 2005

TeeChart VCL/FMX v2025 [20 MAY 2025] RELEASE 2025.44.250520

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2025.44.250520 release with full RAD Studio 12 Athens Update 3 (RX/DX/CX) support, including the new 64bit IDE. The new update includes TeeChart Pro and Standard source code installers for all d...
by Yeray
Mon May 19, 2025 11:33 am
Forum: VCL
Topic: TeeChart Pro - SSL support was not enabled for this installer
Replies: 1
Views: 4625

Re: TeeChart Pro - SSL support was not enabled for this installer

Hello Andrew,

Apologies for that.
Indeed we had an issue with the proxy in the web. We just corrected it and it should work fine now.
by Yeray
Mon May 19, 2025 10:31 am
Forum: VCL
Topic: Installation problems
Replies: 7
Views: 17286

Re: Installation problems

Hello,

That md5 checksum looks correct.
I'm afraid the installer requires user interaction to validate the license and password with the GUI, so I don't think it can support a network install.
Also note the product requires a different license per developer.