Search found 9530 matches

by Yeray
Mon Nov 27, 2023 11:13 am
Forum: VCL
Topic: Sizing charts in ChartLayout
Replies: 9
Views: 8159

Re: Sizing charts in ChartLayout

Hello Jon, TChartLayout is designed to have all the charts with the same size, including the axes. If you show the axis in some of them, part of the chart "zone" ( BoundsRect ) is used to draw the labels etc. So that's per design. However, once all the charts have been added, you could tweak the Bou...
by Yeray
Fri Nov 24, 2023 7:24 am
Forum: VCL
Topic: TContourSeries
Replies: 3
Views: 5578

Re: TContourSeries

Hello, I have successfully implemented code to contour a 300x270 grid. However, when some of the values are very small (with some zeros) the chart hangs and does not recover. Can you reproduce this in a simple example project we can run as-is here? I also checked a very old post where the chart hang...
by Yeray
Thu Nov 23, 2023 10:13 am
Forum: VCL
Topic: Understanding bars and series
Replies: 8
Views: 7000

Re: Understanding bars and series

Hello, I would create a self stacked TBarSeries for each jobtype: for jobtype in jobtypes do begin with TBarSeries(Chart1.AddSeries(TBarSeries)) do begin MultiBar:=mbSelfStacked; Title:=jobtype.name; end; end; Then I would loop the data and add the values to one series or another depending on it: wh...
by Yeray
Mon Nov 20, 2023 9:38 am
Forum: FMX
Topic: Grid header is affected by legend shadow
Replies: 8
Views: 10340

Re: Grid header is affected by legend shadow

Hello, After applying the changes to the .pas unit you have two options to use the modified sources: - Rebuild the sources with TeeGridRecompile and keep using the "[...]\Steema TeeGrid for VCL & FMX Registered version XX\Compiled\DelphiXX.win32\Lib" path. - Change the library path to directly use t...
by Yeray
Mon Nov 20, 2023 7:25 am
Forum: VCL
Topic: Chart.Axes.Left.CalcIncrement Error
Replies: 2
Views: 4285

Re: Chart.Axes.Left.CalcIncrement Error

Hello Errol,

Directly setting Minimum and Maximum properties doesn't set Automatic, AutomaticMinimum or AutomaticMaximum properties. That's why we use to recommend calling SetMinMax(min, max) instead.
by Yeray
Sat Nov 18, 2023 9:46 am
Forum: FMX
Topic: Grid header is affected by legend shadow
Replies: 8
Views: 10340

Re: Grid header is affected by legend shadow

Hello, Thanks for the project. We could reproduce the problem and we've been able to fix it. In the PrepareGradient nested method, inside the TFMXPainter.SetBrush method, in FMX/FMXTee.Painter.pas unit, replace this: procedure TFMXPainter.SetBrush(const ABrush: TBrush); //... procedure PrepareGradie...
by Yeray
Thu Nov 16, 2023 5:45 pm
Forum: FMX
Topic: FMXTee.Chart.ListBox
Replies: 1
Views: 4193

Re: FMXTee.Chart.ListBox

Hello Rick,

Indeed, we haven't modified this recently, so it may be due to some change in FMX.
I'm afraid we haven't found the root of the problem in FMX and the way to fix it.
by Yeray
Thu Nov 16, 2023 1:12 pm
Forum: VCL
Topic: TeeChart VCL/FMX v2023 [9 NOV 2023] RELEASE 2023.39.231109
Replies: 4
Views: 8316

Re: TeeChart VCL/FMX v2023 [9 NOV 2023] RELEASE 2023.39.231109

Hello Willi,

I'm glad to hear that! 🎉
by Yeray
Thu Nov 16, 2023 1:06 pm
Forum: FMX
Topic: Grid header is affected by legend shadow
Replies: 8
Views: 10340

Re: Grid header is affected by legend shadow

Hello,

I'm afraid changing from TBarSeries to TLineSeries doesn't change the Grid for me here.
Could you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
by Yeray
Thu Nov 16, 2023 9:18 am
Forum: VCL
Topic: TeeChart VCL/FMX v2023 [9 NOV 2023] RELEASE 2023.39.231109
Replies: 4
Views: 8316

Re: TeeChart VCL/FMX v2023 [9 NOV 2023] RELEASE 2023.39.231109

Hello Willi,

I'm afraid we can't read that dump file.
Does the installer give you any error message?
by Yeray
Mon Nov 13, 2023 2:05 pm
Forum: VCL
Topic: Missing Calls in RELEASE 2023.39.231109
Replies: 1
Views: 4083

Re: Missing Calls in RELEASE 2023.39.231109

Hello,

All this was moved in v2023.38.
See the "Obsolete / Deprecated methods" and "Removed" sections in the What's New page for more details.
by Yeray
Mon Nov 13, 2023 9:10 am
Forum: VCL
Topic: Synchronize two cursors (Line and Gantt)
Replies: 4
Views: 5285

Re: Synchronize two cursors (Line and Gantt)

Hello, Forcing a chart repaint to avoid the cursor being drawn multiple times on top of the chart gives, since you have thousands of points in the top chart, it ends in a slow interactivity. I've seen you have set the FullRepaint property to True for the TCursorTool at the bottom, which causes the p...
by Yeray
Thu Nov 09, 2023 11:50 am
Forum: VCL
Topic: TeeChart VCL/FMX v2023 [9 NOV 2023] RELEASE 2023.39.231109
Replies: 4
Views: 8316

TeeChart VCL/FMX v2023 [9 NOV 2023] RELEASE 2023.39.231109

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2023.39.231109 release with full RAD Studio 12 Athens (RX/DX/CX) support. The new update includes TeeChart Pro and Standard source code installers for all development environments already suppor...
by Yeray
Thu Nov 09, 2023 11:50 am
Forum: FMX
Topic: TeeChart VCL/FMX v2023 [9 NOV 2023] RELEASE 2023.39.231109
Replies: 0
Views: 16735

TeeChart VCL/FMX v2023 [9 NOV 2023] RELEASE 2023.39.231109

Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2023.39.231109 release with full RAD Studio 12 Athens (RX/DX/CX) support. The new update includes TeeChart Pro and Standard source code installers for all development environments already suppor...
by Yeray
Tue Nov 07, 2023 8:52 am
Forum: FMX
Topic: Grid header is affected by legend shadow
Replies: 8
Views: 10340

Re: Grid header is affected by legend shadow

Hello, I don't see that connection with this example: uses Tee.GridData.Rtti; var Chart: TChart; Grid: TTeeGrid; procedure TForm1.FormCreate(Sender: TObject); var topPanel, botPanel: TPanel; data: TChartValueList; begin topPanel:=TPanel.Create(Self); topPanel.Parent:=Self; topPanel.Align:=alTop; top...