Hello,
When the legend shows the palette, I don't see a lot of space to show any other item. Then, the ExtraLegendTool may be the most appropriate solution for this.
See the example here.
Search found 9571 matches
- Thu Apr 04, 2024 7:12 am
- Forum: VCL
- Topic: How to get correct Legend for ColorGrid AND Line Series
- Replies: 7
- Views: 16933
- Thu Apr 04, 2024 6:17 am
- Forum: FMX
- Topic: Problem recompiling FMX packages with TeeRecompile.exe
- Replies: 2
- Views: 9412
- Wed Apr 03, 2024 6:26 am
- Forum: VCL
- Topic: !! V2023.39.231109 Critical Performance issues !!
- Replies: 7
- Views: 16935
Re: !! V2023.39.231109 Critical Performance issues !!
Hello Andy,
We are internally discussing about it. I'm afraid I can't tell you when this will be fixed.
We are internally discussing about it. I'm afraid I can't tell you when this will be fixed.
- Wed Apr 03, 2024 5:55 am
- Forum: VCL
- Topic: D12 and (Font) Scaling and Printing
- Replies: 5
- Views: 14336
Re: D12 and (Font) Scaling and Printing
Hello,
I'm sorry for the delay replying here.
But I'm glad to hear you found the solution yourself. And thanks for sharing it!
I'm sorry for the delay replying here.
But I'm glad to hear you found the solution yourself. And thanks for sharing it!
- Wed Mar 27, 2024 11:45 am
- Forum: VCL
- Topic: D12 and (Font) Scaling and Printing
- Replies: 5
- Views: 14336
Re: D12 and (Font) Scaling and Printing
Hello,
I've copied your code to a simple example with just a
I've copied your code to a simple example with just a
THorizBarSeries
, and this is how it looks for me:
At 100%:
At 175%, the forums seem to rescale the image - open it in a new tab to see the real size:
- Wed Mar 27, 2024 9:55 am
- Forum: VCL
- Topic: v2023.39 (231109) y-axis label issue
- Replies: 6
- Views: 15084
Re: v2023.39 (231109) y-axis label issue
Hello,
Indeed setting
I've added it to the public tracker: #2690
Indeed setting
Increment
to 1
was the key to reproduce the problem.I've added it to the public tracker: #2690
- Tue Mar 26, 2024 1:13 pm
- Forum: VCL
- Topic: 2023.39 TeeRecompile Command Line for D12 failing
- Replies: 1
- Views: 9390
Re: 2023.39 TeeRecompile Command Line for D12 failing
Hello,
There was a bug in TeeRecompile. Give it a try at this version:
https://www.steema.com/files/private/tm ... 240326.zip
There was a bug in TeeRecompile. Give it a try at this version:
https://www.steema.com/files/private/tm ... 240326.zip
- Fri Mar 22, 2024 3:40 pm
- Forum: VCL
- Topic: v2023.39 (231109) y-axis label issue
- Replies: 6
- Views: 15084
Re: v2023.39 (231109) y-axis label issue
Hello, I've tried to reproduce the problem with this simple example code without success. uses Chart, Series; var Chart1: TChart; procedure TForm1.FormCreate(Sender: TObject); var i: Integer; begin Chart1:=TChart.Create(Self); with Chart1 do begin Parent:=Self; Align:=alClient; Color:=clWhite; Gradi...
- Fri Mar 22, 2024 1:14 pm
- Forum: FMX
- Topic: installation problems
- Replies: 2
- Views: 11394
Re: installation problems
Hello, The error message "Cannot load package *Tee*. It contains unit *, which is also contained in package *Tee*", where any of the *Tee* packages ends with a "0" (*Tee*0), indicates that the TeeChart Standard/Lite package that was shipped with the IDE (*Tee*0) is still trying to be loaded, and thi...
- Fri Mar 15, 2024 7:58 am
- Forum: VCL
- Topic: Teechart legend color series
- Replies: 1
- Views: 9200
Re: Teechart legend color series
Hello, Do you have a simple example project we can run as-is to reproduce the problem here? This seems to work as expected here: uses Chart, Series; var Chart1: TChart; procedure TForm1.FormCreate(Sender: TObject); var i: Integer; begin Chart1:=TChart.Create(Self); with Chart1 do begin Parent:=Self;...
- Mon Mar 11, 2024 10:37 am
- Forum: VCL
- Topic: !! V2023.39.231109 Critical Performance issues !!
- Replies: 7
- Views: 16935
Re: !! V2023.39.231109 Critical Performance issues !!
Hello,
I've been able to reproduce the problem so I've added it to the public tracker (#2685).
It seems the problem was introduced in v2023.38.
I've been able to reproduce the problem so I've added it to the public tracker (#2685).
It seems the problem was introduced in v2023.38.
- Mon Mar 11, 2024 8:47 am
- Forum: VCL
- Topic: 32 vs 64 bit performance
- Replies: 3
- Views: 12042
Re: 32 vs 64 bit performance
Hello,
We'll be pleased to take a look at any issue you may find.
We'll be pleased to take a look at any issue you may find.
- Thu Mar 07, 2024 12:31 pm
- Forum: VCL
- Topic: MouseWheel Scrolling doesn't trigger OnScroll
- Replies: 4
- Views: 14511
Re: MouseWheel Scrolling doesn't trigger OnScroll
Hello Stefan,
I'm afraid the request Narcís added was lost when we moved to bugzilla.
I've added it at #2683, and already fixed it.
So the next version should be triggering
I'm afraid the request Narcís added was lost when we moved to bugzilla.
I've added it at #2683, and already fixed it.
So the next version should be triggering
OnScroll
event from the mouse wheel.- Thu Mar 07, 2024 7:31 am
- Forum: VCL
- Topic: Legend Checkbox not styled by Delphi Themes
- Replies: 3
- Views: 12219
Re: Legend Checkbox not styled by Delphi Themes
Hello Charlie,
I'm afraid you are right and TeeChart doesn't support themed legend checkboxes.
I've added it to the public tracker (#2682).
I'm afraid you are right and TeeChart doesn't support themed legend checkboxes.
I've added it to the public tracker (#2682).
- Mon Feb 26, 2024 11:25 am
- Forum: VCL
- Topic: Move chart in Tform
- Replies: 3
- Views: 12971
Re: Move chart in Tform
Hello, I'm sorry but I'm not sure to understand the situation. The TChart class inherits from TControl and the Align property with it, which can be set to alNone , alTop , alBottom , alLeft , alRight , alClient or alCustom . If this doesn't answer your question, please provide a more detailed descri...