Hello Ed,
I'm afraid the legend doesn't support this level of customization. However, you could draw your own legend manually at the OnAfterDraw event.
I've written a simple example:
Search found 8966 matches
- Tue Mar 02, 2021 3:04 pm
- Forum: VCL
- Topic: Show only certain series in legend as checkboxes
- Replies: 1
- Views: 169
- Fri Feb 26, 2021 2:53 pm
- Forum: VCL
- Topic: New Features Demo 64
- Replies: 1
- Views: 131
Re: New Features Demo 64
Hello,
I've been able to reproduce it so I've added it to the public tracker #2404.
Thanks for reporting it.
I've been able to reproduce it so I've added it to the public tracker #2404.
Thanks for reporting it.
- Fri Feb 26, 2021 1:47 pm
- Forum: VCL
- Topic: Support for RAD Studio 10.4.2?
- Replies: 2
- Views: 312
Re: Support for RAD Studio 10.4.2?
Hello,
Yes, it does.
Yes, it does.
- Thu Feb 11, 2021 3:02 pm
- Forum: FMX
- Topic: Chart with non automatic bar aling/size
- Replies: 2
- Views: 706
Re: Chart with non automatic bar aling/size
Hello,
I'm glad to hear you found a solution.
An alternative would be to play with
I'm glad to hear you found a solution.
An alternative would be to play with
CustomBarWidth
or with the bottom axis scale SetMinMax(min, max)
.- Wed Feb 03, 2021 2:00 pm
- Forum: VCL / FMX
- Topic: When sorting, the size of all the columns changes and the gr
- Replies: 9
- Views: 14673
Re: When sorting, the size of all the columns changes and the gr
Hello,
There's no editor option to sort columns for the moment so I'm afraid the only way to achieve it with code.olá sou novo por aqui, gostaria de saber se a um meio de ordenar as colunas sem precisar de código.
- Wed Feb 03, 2021 1:55 pm
- Forum: VCL
- Topic: Colored map
- Replies: 1
- Views: 693
Re: Colored map
Hello Claus,
If you want to show values in a map I would try using a
I'd suggest you to take a look at the demo shipped with the binary version:
If you want to show values in a map I would try using a
TWorldSeries
.I'd suggest you to take a look at the demo shipped with the binary version:
- Wed Feb 03, 2021 1:13 pm
- Forum: VCL
- Topic: ‘Margin to axis %' in code?
- Replies: 1
- Views: 514
Re: ‘Margin to axis %' in code?
Hello Pete,
Yes, the property you are looking for is
Yes, the property you are looking for is
Texts.MarginToAxis
. Ie:
Code: Select all
Chart1.Axes.Left.Texts.MarginToAxis:=100;
- Mon Jan 18, 2021 10:48 am
- Forum: VCL
- Topic: TDBChart Save design and load back?
- Replies: 3
- Views: 979
Re: TDBChart Save design and load back?
- Thu Jan 07, 2021 9:16 am
- Forum: VCL
- Topic: Fixes for TeeGerman unit
- Replies: 1
- Views: 1116
- Mon Dec 21, 2020 11:52 am
- Forum: VCL
- Topic: Formatting bug with a strange fix
- Replies: 1
- Views: 1162
Re: Formatting bug with a strange fix
Hello, I've been trying to reproduce the problem in a simple project but I had the same luck than you. Anyway I'm posting here the code in case it needs to be revised in the future: var i: Integer; begin AddSeries(THorizBarSeries); Chart1[0].Visible:=False; AddSeries(THorizBarSeries); with Chart1[1]...
- Mon Dec 21, 2020 10:50 am
- Forum: Javascript / HTML5
- Topic: ToolTip
- Replies: 2
- Views: 2875
Re: ToolTip
Hello, You could modify the ToolTip refresh function as follows: for (i = 0; i < 3; i++) { Chart1.addSeries(s = new Tee.Line().addRandom(15)); } var tooltip = new Tee.ToolTip(Chart1); Chart1.tools.add(tooltip); tooltip.old_refresh=tooltip.refresh; tooltip.refresh = function(series,index) { if (serie...
- Thu Dec 17, 2020 10:43 am
- Forum: VCL
- Topic: Axes.Depth.Title.Angle
- Replies: 5
- Views: 3089
- Thu Dec 17, 2020 9:59 am
- Forum: VCL
- Topic: 3D Chart with TGLCanvas
- Replies: 1
- Views: 1075
Re: 3D Chart with TGLCanvas
Hello, When View3DWalls := true, the Chart shows Frame, but Walls are not AutoHide (except Walls.Back). You can set the Left and Bottom Walls brush to bsClear : with Walls do begin Left.Brush.Style:=bsClear; Bottom.Brush.Style:=bsClear; end; 2. When Axis.Title.Caption use Chinese characters, they di...
- Wed Dec 16, 2020 2:42 pm
- Forum: Javascript / HTML5
- Topic: Padding an annotation
- Replies: 2
- Views: 1237
- Wed Dec 16, 2020 12:25 pm
- Forum: FMX
- Topic: FMX Delphi 10.4 Teerecompile Linux
- Replies: 3
- Views: 4503
Re: FMX Delphi 10.4 Teerecompile Linux
Hello,
Thanks for the feedback!
Thanks for the feedback!