Search found 9507 matches

by Yeray
Thu Nov 16, 2023 1:06 pm
Forum: FMX
Topic: Grid header is affected by legend shadow
Replies: 8
Views: 8811

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: 7134

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: 3351

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: 4428

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: 7134

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: 14904

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: 8811

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...
by Yeray
Mon Nov 06, 2023 7:14 am
Forum: VCL
Topic: TMapSeries Brush & Pen Issues
Replies: 2
Views: 4080

Re: TMapSeries Brush & Pen Issues

Hello,
JanDillen wrote:
Sat Nov 04, 2023 5:35 am
Any suggestions?
Yes, add these two lines:

Code: Select all

    TMapSeries(Series[0]).Shapes[0].ParentPen := False;
    TMapSeries(Series[0]).Shapes[0].ParentBrush := False;
by Yeray
Sat Nov 04, 2023 9:57 am
Forum: FMX
Topic: TTriSurface hardware accelaration
Replies: 11
Views: 31340

Re: TTriSurface hardware accelaration

Hello Gabriel,

I've just added your comments and project to the ticket.
Thanks for the update.
by Yeray
Fri Nov 03, 2023 2:51 pm
Forum: FMX
Topic: Draw chart grid lines crossing points
Replies: 2
Views: 3624

Re: Draw chart grid lines crossing points

Hello, You could draw it manually at the OnBeforeDrawSeries event as follows: procedure TForm1.Chart1BeforeDrawSeries(Sender:TObject); var i, j: Integer; begin Chart1.Canvas.AssignVisiblePen(Chart1.Axes.Left.Grid); Chart1.Canvas.Pen.Style:=psSolid; for i:=0 to Length(Chart1.Axes.Left.Tick)-1 do for ...
by Yeray
Thu Nov 02, 2023 9:53 am
Forum: FMX
Topic: TTriSurface hardware accelaration
Replies: 11
Views: 31340

Re: TTriSurface hardware accelaration

Hello,
Gabriel, A. TAOUSSI wrote:
Thu Nov 02, 2023 9:42 am
would you mind me filing a bug report ?
Of course, feel free to do so at bugzilla.
by Yeray
Thu Nov 02, 2023 8:14 am
Forum: VCL
Topic: Fill area with pattern - PDF export issue
Replies: 5
Views: 20939

Re: Fill area with pattern - PDF export issue

Hello, We've just fixed the exportation of transparencies into pdf. A workaround, which also works for patterns, is to create the pdf document "manually" (with TPDFCanvas ), export the TChart to TBitmap with TeeCreateBitmap , and add that bitmap to the pdf document. Ie: procedure TForm1.ExportChartT...
by Yeray
Tue Oct 31, 2023 10:12 am
Forum: FMX
Topic: TTriSurface hardware accelaration
Replies: 11
Views: 31340

Re: TTriSurface hardware accelaration

Hello,

We appreciate your patience and your willingness to work with us on this.
After investigating it, it pains us to admit that we haven't yet identified a clear-cut solution here.
by Yeray
Tue Oct 31, 2023 9:49 am
Forum: VCL
Topic: Synchronize two cursors (Line and Gantt)
Replies: 4
Views: 4428

Re: Synchronize two cursors (Line and Gantt)

Hello,

Try forcing a chart repaint after changing the cursor position. Ie, at the end of the CursorSynchronize method:

Code: Select all

  Dest.ParentChart.Draw;
by Yeray
Sun Oct 22, 2023 11:07 am
Forum: VCL
Topic: TeeChart Pro - SSL support was not enabled for this installer
Replies: 7
Views: 14140

Re: TeeChart Pro - SSL support was not enabled for this installer

Hello, The procedure entry point This issue is explained here . I see you've solved it installing the TeeChart v2022.34 as explained there. Note the other alternatives are to use the latest IDE build with the latest TeeChart binary build, or to use the IDE build you are using and rebuild TeeChart wi...