Search found 9531 matches

by Yeray
Mon Apr 29, 2024 1:26 pm
Forum: FMX
Topic: reporting two tdbchart bugs
Replies: 6
Views: 281

Re: reporting two tdbchart bugs

Hello Raffaele, I've done a simple example in code using your dataset: uses Editor.Chart, Editor.DBChart, Chart, DBChart, Series, Engine, FireDAC.Comp.Client, Data.DB; var PieChart, BarChart: TDBChart; var MemTable1: TFDMemTable; procedure TForm1.EditPieButtonClick(Sender: TObject); begin TChartEdit...
by Yeray
Mon Apr 29, 2024 9:58 am
Forum: ActiveX
Topic: Teechart .Tee to .Ten conversion tool
Replies: 1
Views: 26

Re: Teechart .Tee to .Ten conversion tool

Hello,

Sorry for the delayed reply.
There's a tool to convert .tee to .ten files you can read about here.
by Yeray
Mon Apr 29, 2024 9:58 am
Forum: ActiveX
Topic: TeeChartt ActiveX toTeeChart .Net Chart Supportability
Replies: 4
Views: 152

Re: TeeChartt ActiveX toTeeChart .Net Chart Supportability

Hello,

Sorry for the delayed reply.
There's a tool to convert .tee to .ten files you can read about here.
by Yeray
Mon Apr 29, 2024 7:23 am
Forum: VCL
Topic: F2051 Unit VCLTee.Chart was compiled with a different version of System.RTLVe
Replies: 1
Views: 67

Re: F2051 Unit VCLTee.Chart was compiled with a different version of System.RTLVe

Hello Ed, I just installed the binary chart 2024.40 version for Delphi 12 (the About box says 12 Version 29.0.51511.6924)--I think it is 12.1 It says 29.0.51961.7529 for me: about_box.png Does the "Installed Updates" section list "Update 1" for you? The "6924" build seems to be the 12.0 + Patch 1 (r...
by Yeray
Fri Apr 19, 2024 7:21 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to use multiple X and Y axes in one chart.
Replies: 1
Views: 186

Re: I would like to inquire about how to use multiple X and Y axes in one chart.

Hello,

You can create multiple axes as in the example here.
However, if you want to define two completely separated axis "zones", you could achieve it modifying a couple of functions as in this example.
by Yeray
Tue Apr 16, 2024 8:03 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 1
Views: 182

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

Hello, The simplest way could be adding a dummy Line series to draw those items in the legend. Add the Line series before adding the ColorGrid : var line = Chart1.addSeries(new Tee.Line()); line.data.values = [1200, 1150, 1100, 1050, 1000, 950, 900]; line.colorEach = "yes"; Tune the legend and the l...
by Yeray
Mon Apr 15, 2024 11:42 am
Forum: FMX
Topic: reporting two tdbchart bugs
Replies: 6
Views: 281

Re: reporting two tdbchart bugs

Hello, I'm trying to reproduce the problem in a simple example project without success. This is the closest I can get to your screenshot with a simple example: LegendDataSet.png uses Chart, DBChart, Series, Engine, FireDAC.Comp.Client; var Chart1: TDBChart; var MemTable1: TFDMemTable; procedure TFor...
by Yeray
Mon Apr 15, 2024 9:40 am
Forum: FMX
Topic: reporting two tdbchart bugs
Replies: 6
Views: 281

Re: reporting two tdbchart bugs

Hello, 1) If I create multiple series in the groups and delete one from that moment the series counter displays the references incorrectly (serial number error.png) When you create a series, no Name is set to it by default. And when a series doesn't have a Name set, both the legend and the TChartLis...
by Yeray
Thu Apr 11, 2024 10:38 am
Forum: VCL
Topic: !! V2023.39.231109 Critical Performance issues !!
Replies: 7
Views: 958

Re: !! V2023.39.231109 Critical Performance issues !!

Hello Andy,

Thanks for confirming it! :D
by Yeray
Thu Apr 11, 2024 8:39 am
Forum: FMX
Topic: TeeChart VCL/FMX v2024 [10 APR 2024] RELEASE 2024.40.240410
Replies: 0
Views: 246

TeeChart VCL/FMX v2024 [10 APR 2024] RELEASE 2024.40.240410

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2024.40.240410 release with full RAD Studio 12 Athens Update 1 (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
Thu Apr 11, 2024 8:38 am
Forum: VCL
Topic: TeeChart VCL/FMX v2024 [10 APR 2024] RELEASE 2024.40.240410
Replies: 0
Views: 202

TeeChart VCL/FMX v2024 [10 APR 2024] RELEASE 2024.40.240410

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2024.40.240410 release with full RAD Studio 12 Athens Update 1 (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
Wed Apr 10, 2024 1:45 pm
Forum: VCL
Topic: delphi 12.1
Replies: 2
Views: 168

Re: delphi 12.1

Hello Raffaele Barone,

The latest TeeChart version, v2023.39, works fine with RAD 12.1, except for the new c++ 64-bit "modern" target platform.
We are working on the next TeeChart version which will fully support it.
I hope we can publish it later today or tomorrow.
by Yeray
Wed Apr 10, 2024 1:43 pm
Forum: VCL
Topic: Cannot Rebuild TeeChart in RAD Studio 12.1 VCL
Replies: 2
Views: 142

Re: Cannot Rebuild TeeChart in RAD Studio 12.1 VCL

Hello,

The lastest TeeChart release, v2023.39, was built before this new RAD update, so it still doesn't support the new compiler.
We are working on the new version which will support it.
I hope we can publish it later today or tomorrow.
by Yeray
Mon Apr 08, 2024 4:32 pm
Forum: VCL
Topic: Download Version TeeChartVCLFMXStandard-2023.39.exe
Replies: 3
Views: 432

Re: Download Version TeeChartVCLFMXStandard-2023.39.exe

Hello,

Downloads should work fine again.
by Yeray
Mon Apr 08, 2024 4:32 pm
Forum: VCL
Topic: Downloads are not working
Replies: 3
Views: 217

Re: Downloads are not working

Hello,

Downloads should work fine again.