Search found 9526 matches

by Yeray
Fri Dec 22, 2023 11:06 am
Forum: VCL
Topic: Strange rectangle on chart
Replies: 3
Views: 4451

Re: Strange rectangle on chart

Hello, I've created a simple demo creating two TCharts with a TScrollPagerTool, one created at design time and the other at runtime, and I can't see that rectangle in any of them when moving the charts to a different form and back to the main form. scrollpager_form.zip Maybe we are using different T...
by Yeray
Fri Dec 22, 2023 9:11 am
Forum: VCL
Topic: Palette Update Problem
Replies: 2
Views: 3155

Re: Palette Update Problem

Hello, When the chart is being drawn, the CheckPaletteEmpty method should be called, which calls CreateDefaultPalette in these conditions: // Default palette should be re-created when: series has data, and // when palette is empty or "dirty" and not custom. Procedure TCustom3DPaletteSeries.CheckPale...
by Yeray
Fri Dec 22, 2023 7:16 am
Forum: VCL
Topic: New VCL Release very slow on CBuilder 10.2.3
Replies: 6
Views: 7291

Re: New VCL Release very slow on CBuilder 10.2.3

Hello Jörg, And I get the Install exe named "TeeChartVCLFMXStandard-2023.39.exe" I guess thats the newest version of TeeChart for VCL . Thanks for confirming the version you are trying to use. If you still find problems with it after trying those tips to improve the performance, could you please arr...
by Yeray
Thu Dec 21, 2023 11:50 am
Forum: VCL
Topic: New VCL Release very slow on CBuilder 10.2.3
Replies: 6
Views: 7291

Re: New VCL Release very slow on CBuilder 10.2.3

Hello You mention "version1.14" again, but I'm afraid I'm not sure to understand what version do you mean. If you look at the release notes, there's no version 1.14 for TeeChart. I will read your tips, thank you again, and then I will try to install the new version again. Good. If you still find pro...
by Yeray
Mon Dec 18, 2023 8:34 pm
Forum: VCL
Topic: How to reset Tchart in runtime?
Replies: 3
Views: 12028

Re: How to reset Tchart in runtime?

Hello, If you want to prevent the error from happening, we'd need more info to try to reproduce the problem here, preferably a simple example project. If you just want to remove the a point that has been added to a series, you can remove the point with the Delete(ValueIndex: Integer) function. Or yo...
by Yeray
Thu Dec 14, 2023 9:21 am
Forum: VCL
Topic: installation problems
Replies: 11
Views: 19879

Re: installation problems

Hello Raffaele,

I've just sent them.
by Yeray
Wed Dec 13, 2023 10:53 am
Forum: VCL
Topic: Strange rectangle on chart
Replies: 3
Views: 4451

Re: Strange rectangle on chart

Hello,

I'm not sure how to reproduce the problem.
Can you reproduce it in a new simple project?
by Yeray
Wed Dec 13, 2023 10:44 am
Forum: FMX
Topic: dynamic chart like the memory graph in task manager
Replies: 2
Views: 7137

Re: dynamic chart like the memory graph in task manager

Hello,

This sounds pretty similar to what the FastLine_RealTime example in the Tee9New demo does.
The demo is a VCL project but the same concepts apply for FMX.
by Yeray
Wed Dec 13, 2023 10:15 am
Forum: VCL
Topic: New VCL Release very slow on CBuilder 10.2.3
Replies: 6
Views: 7291

Re: New VCL Release very slow on CBuilder 10.2.3

Hello Jörg, I replaced my embarcadero tee version with the standard version1.14 a few days ago. I'm not sure to understand what version did you install. https://www.steema.com/version_info/vcl Regarding the performance in general, find here some tips to improve the performance when drawing many poin...
by Yeray
Wed Dec 13, 2023 9:51 am
Forum: VCL
Topic: Horizontal bar chart and Cylinder charts
Replies: 1
Views: 4135

Re: Horizontal bar chart and Cylinder charts

Hello Andy, I cannot work how to change my chart to a Horizontal bar chart. I've looked at all the Properties and looked the design time chart but can't anything. You should select the Horizontal Bar series in the gallery either with the "Add" or the "Change" button: mstsc_UnIuPtHMaI.png Also, in th...
by Yeray
Wed Dec 13, 2023 6:54 am
Forum: VCL
Topic: Sizing charts in ChartLayout
Replies: 9
Views: 7730

Re: Sizing charts in ChartLayout

Hello Jon,

I'm glad to hear it works fine now!
by Yeray
Mon Dec 11, 2023 11:52 am
Forum: VCL
Topic: Delphi 12 install TeeChart for Quickreport
Replies: 7
Views: 6060

Re: Delphi 12 install TeeChart for Quickreport

Hello,

Thanks for the feedback. I'm glad to hear you could make it work.
by Yeray
Mon Dec 11, 2023 11:50 am
Forum: VCL
Topic: Understanding bars and series
Replies: 8
Views: 6601

Re: Understanding bars and series

Hello Andy, To do it automatically, you'll need to create a series for each of the "jobs" you have, and then you can loop the "weekDays" you want to track and search in your data structure and your series and add the value for matching that weekDay, or a zero if none. I created a simple example with...
by Yeray
Tue Dec 05, 2023 2:11 pm
Forum: VCL
Topic: Delphi 12 install TeeChart for Quickreport
Replies: 7
Views: 6060

Re: Delphi 12 install TeeChart for Quickreport

Hello, I don't think you should be publishing QuickReport sources anywhere. I've been able to modify QuickReport sources v6.5 for RAD 11 and install them on RAD 12. What I can share is the TeeChart for QuickReport integration I made for that environment: Tee9QR6D29.zip It shouldn't be very different...