Hello,
Drawing a million lines is always slow. That's why the majority of techniques we use to improve drawing performance involve reducing the number of lines to be drawn as you can see here.
Search found 9130 matches
- Mon May 23, 2022 2:05 pm
- Forum: VCL
- Topic: Saving and re-using internal bitmap
- Replies: 3
- Views: 171
- Wed May 18, 2022 8:27 pm
- Forum: VCL
- Topic: Bottom Axis Inverted Oddness...
- Replies: 2
- Views: 185
Re: Bottom Axis Inverted Oddness...
Hello,
I've been able to reproduce the problem so I've added it to the public tracker (#2528).
Thanks for reporting it.
I've been able to reproduce the problem so I've added it to the public tracker (#2528).
Thanks for reporting it.
- Wed May 18, 2022 5:35 pm
- Forum: VCL
- Topic: Still cannot use palette tool
- Replies: 9
- Views: 5018
- Wed May 18, 2022 5:17 pm
- Forum: VCL
- Topic: TPieSeries.ExplodeBiggest = High CPU
- Replies: 1
- Views: 132
Re: TPieSeries.ExplodeBiggest = High CPU
Hello,
Sorry for the delayed reply here.
The problem seems to be on the shadow drawing.
Could you please confirm if hiding it solves the problem for you?
Sorry for the delayed reply here.
The problem seems to be on the shadow drawing.
Could you please confirm if hiding it solves the problem for you?
Code: Select all
Series1.Shadow.Visible:=False;
- Wed May 18, 2022 4:45 pm
- Forum: VCL
- Topic: Repeatedly create Series at Runtime
- Replies: 1
- Views: 121
Re: Repeatedly create Series at Runtime
Hello,
Sorry for the late reply here.
I've done a simple example project to test this and it seems to work without errors for me in RAD 11.1, both with the new and the classic compiler. Please, give it a try at the project above and let us know if it works fine for you.
Sorry for the late reply here.
I've done a simple example project to test this and it seems to work without errors for me in RAD 11.1, both with the new and the classic compiler. Please, give it a try at the project above and let us know if it works fine for you.
- Fri May 13, 2022 2:00 pm
- Forum: FMX
- Topic: FMX TChartListBox not working
- Replies: 6
- Views: 392
Re: FMX TChartListBox not working
Hello Rick, Excuse us for the delay here. We've done various changes fixing some of the memory leaks you reported, and adding responsiveness to the TChartListBox . I'll send you the changes so you can take a look at them. We still find a memory leak but it looks smaller than before. I'm also sending...
- Tue May 03, 2022 2:09 pm
- Forum: VCL
- Topic: Installation problem
- Replies: 4
- Views: 164
- Tue May 03, 2022 11:00 am
- Forum: VCL
- Topic: Installation problem
- Replies: 4
- Views: 164
Re: Installation problem
Hello Jürgen, Are those .bpl files in the specified folder? If they aren't, the installation may have failed for some reason. Try a full TeeChart reinstall with high privileges. To do so, you can run the installer "as administrator". If those .bpls are present and the IDE is failing to find them, pl...
- Tue May 03, 2022 7:03 am
- Forum: VCL
- Topic: Still cannot use palette tool
- Replies: 9
- Views: 5018
Re: Still cannot use palette tool
Hello, ... once the mouse enters the chart area the same happens No errors here with v2022.34 or v2022.35 in RAD 11.1. it will most probably work ok with you Do you have any idea why the same project would work fine in one environment and not in a different machine with the same environment? I can o...
- Mon May 02, 2022 2:25 pm
- Forum: VCL
- Topic: Saving and re-using internal bitmap
- Replies: 3
- Views: 171
Re: Saving and re-using internal bitmap
Hello,
Thanks for the description but I'm not sure how are you exactly generating that pdf.
Can you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Thanks for the description but I'm not sure how are you exactly generating that pdf.
Can you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
- Mon May 02, 2022 1:56 pm
- Forum: FMX
- Topic: FMX TChartListBox not working
- Replies: 6
- Views: 392
Re: FMX TChartListBox not working
Hello, Thanks for the detailed report. I get slightly different issues here (*) so I'm investigating if there's something I'm missing. (*) I get an access violation when I connect the TChartListBox to the TChart at design-time and try to run the project. Then, when the IDE returns to the design view...
- Mon May 02, 2022 6:45 am
- Forum: VCL
- Topic: TeeVCLMinorVersion
- Replies: 1
- Views: 119
Re: TeeVCLMinorVersion
Hello, I'm afraid there was some mistake there. I've checked the source code includes the patches mentioned in the release notes. So the mistake should only affect TeeConst.pas. These are the correct values for TeeConst.pas: TeeVCLMinorVersion ='.35'; // ie: '.01' '.02' , etc TeeVCLBuildVersion ='22...
- Fri Apr 29, 2022 1:22 pm
- Forum: VCL
- Topic: Still cannot use palette tool
- Replies: 9
- Views: 5018
Re: Still cannot use palette tool
Hello, Indeed, I couldn't reproduce any error with that project. Could you please try creating it by code? var ChartTool1: TLegendPaletteTool; procedure TForm1.FormCreate(Sender: TObject); begin ChartTool1:=TLegendPaletteTool.Create(Chart1); Chart1.Tools.Add(ChartTool1); ChartTool1.Series:=Series1; ...
- Thu Apr 28, 2022 10:17 am
- Forum: VCL
- Topic: The graph cannot be produced at this time
- Replies: 6
- Views: 276
- Thu Apr 28, 2022 10:13 am
- Forum: VCL / FMX
- Topic: Bug - Pasting into a cell while in readonly mode
- Replies: 1
- Views: 502