Search found 9605 matches

by Yeray
Mon Nov 04, 2024 9:39 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 7
Views: 2808

Re: I would like to inquire about how to apply a legend to a ColorGrid chart.

Hello,

You could try adding a second chart at the bottom and use it to draw the legend. Ie:
https://jsfiddle.net/norike82/7aj5p9of/
colorGridLegend.png
colorGridLegend.png (47.05 KiB) Viewed 643 times
by Yeray
Thu Oct 31, 2024 8:44 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 7
Views: 2808

Re: I would like to inquire about how to apply a legend to a ColorGrid chart.

Hello,

I see you asked something very similar a few months ago.
https://www.steema.com/support/viewtopi ... 18&t=18141
Weren't you able to make it work?

The only difference I see is in the alignment of the legend. Am I missing anything else?
by Yeray
Thu Oct 31, 2024 8:16 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 7
Views: 2808

Re: I would like to inquire about how to apply a legend to a ColorGrid chart.

Hello,

Oups sorry for the confusion! I'll take a look at the js library.
by Yeray
Mon Oct 28, 2024 9:23 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 7
Views: 2808

Re: I would like to inquire about how to apply a legend to a ColorGrid chart.

Hello, Have you tried the TLegendPaletteTool ? Here a simple example: uses Chart, TeeSurfa, TeeLegendPalette; var Chart1: TChart; procedure TForm1.FormCreate(Sender: TObject); begin Chart1:=TChart.Create(Self); with Chart1 do begin Parent:=Self; Align:=alClient; Color:=clWhite; Gradient.Visible:=Fal...
by Yeray
Mon Oct 21, 2024 7:32 pm
Forum: FMX
Topic: TeeChart VCL/FMX v2024 [21 OCT 2024] RELEASE 2024.42.241021
Replies: 0
Views: 1522

TeeChart VCL/FMX v2024 [21 OCT 2024] RELEASE 2024.42.241021

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2024.42.241021 release with full RAD Studio 12 Athens Update 2 Patch 1 (RX/DX/CX) support. The new update includes TeeChart Pro and Standard source code installers for all development environmen...
by Yeray
Mon Oct 21, 2024 7:32 pm
Forum: VCL
Topic: TeeChart VCL/FMX v2024 [21 OCT 2024] RELEASE 2024.42.241021
Replies: 0
Views: 1718

TeeChart VCL/FMX v2024 [21 OCT 2024] RELEASE 2024.42.241021

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2024.42.241021 release with full RAD Studio 12 Athens Update 2 Patch 1 (RX/DX/CX) support. The new update includes TeeChart Pro and Standard source code installers for all development environmen...
by Yeray
Mon Oct 21, 2024 5:53 am
Forum: VCL
Topic: TeeChart 41 is not compatible with the latest RAD Studio
Replies: 5
Views: 7284

Re: TeeChart 41 is not compatible with the latest RAD Studio

Hello,

I've just tested the previous version, TeeChart v2021.40 is binary compatible with RAD 12.2 Patch 1.
by Yeray
Fri Oct 18, 2024 7:47 am
Forum: VCL
Topic: TeeChart 41 is not compatible with the latest RAD Studio
Replies: 5
Views: 7284

Re: TeeChart 41 is not compatible with the latest RAD Studio

Hello,

We will do some tests asap to verify if the TeeChart binary installers don't work with the new 12.2 Patch 1.
Of course, as you've observed, having the TeeChart source code version, you can just recompile it.
by Yeray
Fri Oct 11, 2024 7:49 am
Forum: VCL
Topic: adaptive use of Distance parameter
Replies: 6
Views: 17987

Re: adaptive use of Distance parameter

Hello,

These are two different properties: TChartAxis.LabelsFont.Size and TChartAxis.LabelsSize.
Both can be found in the object inspector:
LabelsFontSize_LabelsSize_inspector.png
LabelsFontSize_LabelsSize_inspector.png (23.22 KiB) Viewed 14660 times
And also in the editor:
LabelsFontSize_editor.png
LabelsFontSize_editor.png (26.68 KiB) Viewed 14660 times
LabelsSize_editor.png
LabelsSize_editor.png (27.14 KiB) Viewed 14660 times
by Yeray
Thu Oct 10, 2024 2:44 pm
Forum: VCL
Topic: adaptive use of Distance parameter
Replies: 6
Views: 17987

Re: adaptive use of Distance parameter

Hello, I've found you've set the LeftAxis.LabelsSize to 12 at design time, which affects the calculations of the margins to be applied. Setting it to 0 as per default seems to fix the issue for me here. It was tricky to find it. If you think you've found a bug, arranging a simple example project we ...
by Yeray
Fri Oct 04, 2024 8:44 pm
Forum: VCL
Topic: Various Compile Issues with TeeChart VCL 2024.40
Replies: 7
Views: 24083

Re: Various Compile Issues with TeeChart VCL 2024.40

Hello, The only problem I have now is that is shows Trial version. Do you mean the about box says "unregistered"? The installer attempts to write the license information to the registry only to display this information in the about box. This seems to fail in some circumstances, but it doesn't affect...
by Yeray
Mon Sep 30, 2024 7:49 pm
Forum: FMX
Topic: Unit FMXTee.Chart was compiled with a different version of FMXTee.Canvas.TTeeBlend
Replies: 3
Views: 10866

Re: Unit FMXTee.Chart was compiled with a different version of FMXTee.Canvas.TTeeBlend

Hello,

It may be due to some confusion in the paths. Please make sure there's no path in the "Android 64bit - Debug" platform&mode pointing to an old TeeChart installation.
by Yeray
Mon Sep 30, 2024 8:29 am
Forum: VCL
Topic: scales and axes
Replies: 37
Views: 101779

Re: scales and axes

Hello, There is a mildly irritating left-right asymmetry of spacing (Is Distance always counting from the same side of the labels column, instead of an OtherSide-dependent side?), When Title.Distance is 0 we place the Title where it was before adding this new property to prevent breaking old charts....
by Yeray
Thu Sep 26, 2024 8:28 am
Forum: VCL
Topic: scales and axes
Replies: 37
Views: 101779

Re: scales and axes

Hello, Note that, when ResizeChart property is set to true, Texts.MarginToAxis moves the Labels, and PositionPercent moves the Axis, but they don't resize the chart. I think we should improve that. Improved with this change: --- TeEngine.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/TeEngine...