Search found 9659 matches
- Thu Apr 24, 2025 6:18 am
- Forum: VCL
- Topic: TeeChart VCL/FMX v2025 [23 APR 2025] RELEASE 2025.43.250423
- Replies: 0
- Views: 477
TeeChart VCL/FMX v2025 [23 APR 2025] RELEASE 2025.43.250423
Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2025.43.250423 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...
- Thu Apr 24, 2025 6:18 am
- Forum: FMX
- Topic: TeeChart VCL/FMX v2025 [23 APR 2025] RELEASE 2025.43.250423
- Replies: 0
- Views: 1182
TeeChart VCL/FMX v2025 [23 APR 2025] RELEASE 2025.43.250423
Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2025.43.250423 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...
- Wed Apr 23, 2025 7:16 am
- Forum: VCL
- Topic: Help wanted overcoming delay in repainting contour graph
- Replies: 2
- Views: 3370
Re: Help wanted overcoming delay in repainting contour graph
Hello Andrew, This probably happens because the MakeIsoAxis function changes the axes scales but doesn’t redraw the chart, so the changes only take effect the next time the chart is drawn. To fix this, you likely just need to force a chart redraw by calling Draw() at the end of your FormCreate event...
- Fri Apr 11, 2025 11:06 am
- Forum: VCL
- Topic: Chart shows a dip when including decimals
- Replies: 2
- Views: 3980
Re: Chart shows a dip when including decimals
Hello, Looking at the final data in the series I see at the index 18, instead of reusing the preceding value (index 17), it takes the value of a couple of indices above (index 15): JFKUAgWmmP.png If you debug the final lChartStepDowns loop, where you add the repeated values, you'll see you are getti...
- Mon Apr 07, 2025 8:53 am
- Forum: VCL
- Topic: Free CustomAxes?
- Replies: 3
- Views: 2625
Re: Free CustomAxes?
Hello,
Note the CustomAxes (and many other objects) can also be created at design time or at runtime via the editor. So I guess that would be an obstacle to that "manual creation requires manual destruction" rule.
But yes, I'll check if we can add a note somewhere in the docs.
Note the CustomAxes (and many other objects) can also be created at design time or at runtime via the editor. So I guess that would be an obstacle to that "manual creation requires manual destruction" rule.
But yes, I'll check if we can add a note somewhere in the docs.
- Mon Apr 07, 2025 6:21 am
- Forum: VCL
- Topic: Free CustomAxes?
- Replies: 3
- Views: 2625
Re: Free CustomAxes?
Hello Mark, CustomAxes is a public property in the TCustomAxisPanel (and derived such as TChart ) to access the private FCustomAxes : TChartCustomAxes property ( TChartCustomAxes , inherits TOwnedCollection ). Indeed, at the TCustomAxisPanel.Destroy destructor method, the CustomAxes are freed: Destr...
- Tue Apr 01, 2025 8:23 am
- Forum: VCL
- Topic: TContourSeries Issue
- Replies: 4
- Views: 5819
Re: TContourSeries Issue
Hello, I've received the data in an .xlsx file. I transformed it to a .csv and loaded to a chart as follows: uses Chart, TeEngine, TeeSurfa; var Chart1: TChart; procedure TForm1.FormCreate(Sender: TObject); var MyContour : TContourSeries; tmpLines : TStrings; tmpFields : TStrings; n : Integer; xx, y...
- Tue Apr 01, 2025 7:11 am
- Forum: VCL
- Topic: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)
- Replies: 7
- Views: 14051
Re: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)
Hello,
I've rebuilt TQRChart with TeeChart v2024.42 and QR6 using the evaluation version of RAD 12.1 in a fresh virtual machine.
I've rebuilt TQRChart with TeeChart v2024.42 and QR6 using the evaluation version of RAD 12.1 in a fresh virtual machine.
- Mon Mar 31, 2025 6:54 am
- Forum: VCL
- Topic: TContourSeries Issue
- Replies: 4
- Views: 5819
Re: TContourSeries Issue
Hello, I apologize if my previous explanation was not clear enough. As you mentioned in your opening post, the code you provided is missing the actual data, which makes it impossible for us to pinpoint the exact issue. Without a simple yet complete example, it’s difficult to make an accurate guess a...
- Fri Mar 28, 2025 7:08 am
- Forum: VCL
- Topic: TContourSeries Issue
- Replies: 4
- Views: 5819
- Wed Mar 26, 2025 8:16 am
- Forum: VCL
- Topic: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)
- Replies: 7
- Views: 14051
Re: Runtime error when using TQRChart in C++ Builder 12.1 (64 bit)
Hello,
Have you tried to rebuild the packages or just tried to install the prebuilt ones in that zip?
Have you copied the Tee9QR6D29.bpl from the Win64 compiled folder to the "C:\Windows\System32" folder?
Have you tried to rebuild the packages or just tried to install the prebuilt ones in that zip?
Have you copied the Tee9QR6D29.bpl from the Win64 compiled folder to the "C:\Windows\System32" folder?
- Tue Mar 25, 2025 10:09 am
- Forum: FMX
- Topic: Custom axis - Delphi 12
- Replies: 2
- Views: 35399
Re: Custom axis - Delphi 12
Hello,
We've just implemented this, closing the #2724 ticket.
The change will be included in the next maintenance release.
We've just implemented this, closing the #2724 ticket.
The change will be included in the next maintenance release.
- Tue Mar 18, 2025 8:52 am
- Forum: VCL
- Topic: RADStudio 12.3 support
- Replies: 6
- Views: 12863
Re: RADStudio 12.3 support
Hello,
That's strange, it seems to work fine for me here:
That's strange, it seems to work fine for me here:
- Tue Mar 18, 2025 7:21 am
- Forum: VCL
- Topic: RADStudio 12.3 support
- Replies: 6
- Views: 12863
Re: RADStudio 12.3 support
Hello, If I use version with source code, TeeRecompile tool working correctly? Yes, TeeRecompile shipped with TeeChart v2024.42 with source code builds and installs TeeChart correctly in RAD 12.3. Does it see RAD Studio 12.3 IDE or is it required to build packages manually? The label in the tree doe...
- Mon Mar 17, 2025 1:34 pm
- Forum: VCL
- Topic: RADStudio 12.3 support
- Replies: 6
- Views: 12863
Re: RADStudio 12.3 support
Hello,
Yes, the latest TeeChart version, v2024.42, is binary compatible with RAD 12.3.
Yes, the latest TeeChart version, v2024.42, is binary compatible with RAD 12.3.