Hello,
This depends on the license you used to log in the client area.
Basically, each license gives access to one year of downloads.
I believe you company has multiple licenses.
Make sure you use the latest one.
For more details, please contact the sales department at sales@steema.com.
Search found 9606 matches
- Fri Nov 22, 2024 10:36 am
- Forum: VCL
- Topic: Software download
- Replies: 1
- Views: 1223
- 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: 8379
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/
You could try adding a second chart at the bottom and use it to draw the legend. Ie:
https://jsfiddle.net/norike82/7aj5p9of/
- 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: 8379
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?
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?
- 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: 8379
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.
Oups sorry for the confusion! I'll take a look at the js library.
- 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: 8379
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...
- Mon Oct 21, 2024 7:32 pm
- Forum: FMX
- Topic: TeeChart VCL/FMX v2024 [21 OCT 2024] RELEASE 2024.42.241021
- Replies: 0
- Views: 3409
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...
- Mon Oct 21, 2024 7:32 pm
- Forum: VCL
- Topic: TeeChart VCL/FMX v2024 [21 OCT 2024] RELEASE 2024.42.241021
- Replies: 0
- Views: 3508
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...
- Mon Oct 21, 2024 5:53 am
- Forum: VCL
- Topic: TeeChart 41 is not compatible with the latest RAD Studio
- Replies: 5
- Views: 12000
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.
I've just tested the previous version, TeeChart v2021.40 is binary compatible with RAD 12.2 Patch 1.
- Fri Oct 18, 2024 7:47 am
- Forum: VCL
- Topic: TeeChart 41 is not compatible with the latest RAD Studio
- Replies: 5
- Views: 12000
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.
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.
- Fri Oct 11, 2024 7:49 am
- Forum: VCL
- Topic: adaptive use of Distance parameter
- Replies: 6
- Views: 25752
Re: adaptive use of Distance parameter
Hello,
These are two different properties:
Both can be found in the object inspector:
And also in the editor:
These are two different properties:
TChartAxis.LabelsFont.Size
and TChartAxis.LabelsSize
.Both can be found in the object inspector:
And also in the editor:
- Thu Oct 10, 2024 2:44 pm
- Forum: VCL
- Topic: adaptive use of Distance parameter
- Replies: 6
- Views: 25752
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 ...
- Fri Oct 04, 2024 8:44 pm
- Forum: VCL
- Topic: Various Compile Issues with TeeChart VCL 2024.40
- Replies: 7
- Views: 27900
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...
- Tue Oct 01, 2024 11:05 am
- Forum: FMX
- Topic: Unit FMXTee.Chart was compiled with a different version of FMXTee.Canvas.TTeeBlend
- Replies: 3
- Views: 13668
Re: Unit FMXTee.Chart was compiled with a different version of FMXTee.Canvas.TTeeBlend
Hello,
I'm glad to hear you could solve it!
I'm glad to hear you could solve it!
- 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: 13668
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.
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.
- Mon Sep 30, 2024 8:29 am
- Forum: VCL
- Topic: scales and axes
- Replies: 37
- Views: 126617
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....