Search found 1204 matches

by Marc
Tue May 14, 2024 7:24 am
Forum: VCL / FMX
Topic: Grid Row Alternate
Replies: 1
Views: 119

Re: Grid Row Alternate

Hello, For those with TeeGrid sourcecode, an interim fix for this, pending delivery of the update from Steema, can be applied as a one-line change: Grid/Tee.Grid.Rows.pas, line 755. change AData.Painter.Paint(tmpFormat,Bounds); to: AData.Painter.Paint(tmpFormat,AData.Bounds); Regards, Marc Meumann
by Marc
Fri May 10, 2024 11:50 am
Forum: .NET
Topic: Controlling gaps for grid lines
Replies: 2
Views: 82

Re: Controlling gaps for grid lines

Hello, The approach, DashStyle, is not well suited to the purpose you have in mind, particularly as not only the sizing of gap and dash are important but their precise location too. Better would be to plot your own lines using the BeforeDrawSeries event (see custom drawing tutorial ). The approach w...
by Marc
Thu May 09, 2024 3:25 pm
Forum: FMX
Topic: reporting two tdbchart bugs
Replies: 12
Views: 2901

Re: reporting two tdbchart bugs

Hello,

Please see this post relating to TeeGrid "Alternate":

viewtopic.php?f=21&t=18164

Regards,
Marc Meumann
by Marc
Thu May 09, 2024 3:24 pm
Forum: VCL / FMX
Topic: Grid Row Alternate
Replies: 1
Views: 119

Grid Row Alternate

Hello, Re. post: https://www.steema.com/support/viewtopic.php?f=17&t=18142&p=80527#p80520 Bug report: https://www.steema.com/bugs/show_bug.cgi?id=2704 "Alternate" fixed for next update. Fix to TeeGrid code will be posted here shortly so that it can be applied to current source. Regards, Marc Meumann
by Marc
Tue May 07, 2024 12:02 pm
Forum: VCL / FMX
Topic: bi.expression not found
Replies: 3
Views: 94

Re: bi.expression not found

Hello Raffaele,

You can download the three required files from here:

https://www.steema.com/files/public/tee ... ession.zip

Regards,
Marc
by Marc
Tue May 07, 2024 6:29 am
Forum: VCL / FMX
Topic: bi.expression not found
Replies: 3
Views: 94

Re: bi.expression not found

Hello Raffaele,

Yes, just checking the supported files required and we'll make them available.

Regards,
Marc Meumann
by Marc
Mon May 06, 2024 8:22 am
Forum: .NET
Topic: Mark "Text" not displaying for a FastLine
Replies: 2
Views: 108

Re: Mark "Text" not displaying for a FastLine

Hello, Simpler I think, to use the GetSeriesMark event: .... fastLine1.GetSeriesMark += fastLine1_GetSeriesMark; ... private void fastLine1_GetSeriesMark(Steema.TeeChart.WPF.Styles.Series series, Steema.TeeChart.WPF.Styles.GetSeriesMarkEventArgs e) { if (e.ValueIndex == 0) e.MarkText = mytext; else ...
by Marc
Fri May 03, 2024 4:52 pm
Forum: .NET
Topic: .NET 6 issue with System.Text.Json 7.0
Replies: 1
Views: 94

Re: .NET 6 issue with System.Text.Json 7.0

Hello,

Please confirm that you are working with the latest TeeChart build, 4.2024.4.20, (see https://www.nuget.org/packages/Steema.T ... .2024.4.20).

With thanks.
Regards,
Marc Meumann
by Marc
Tue Apr 30, 2024 3:41 pm
Forum: VCL / FMX
Topic: teegrid - drag and drop of a column?
Replies: 1
Views: 2455

Re: teegrid - drag and drop of a column?

Hello,

Sorry for the delay replying. There's no inbuilt drag-drop functionality but using the TGridSelection obtained as Sender in the Grid Select event would be a way of achieving the objective. We'll have a look at making up an example.

Regards,
Marc Meumann
by Marc
Mon Apr 29, 2024 7:49 am
Forum: .NET
Topic: Trying to get an old copy of Tchart running on VS2022
Replies: 3
Views: 1560

Re: Trying to get an old copy of Tchart running on VS2022

Hello, Please check that you have the designtime license correctly installed. You can re-check that by running the TeeReg2010 utility downloadable from the resources section of the customer web download page. Check the TeeChart string in the licenses.licx file. A minimum expression of the license li...
by Marc
Tue Apr 23, 2024 7:24 am
Forum: ActiveX
Topic: TeeChartt ActiveX toTeeChart .Net Chart Supportability
Replies: 4
Views: 1610

Re: TeeChartt ActiveX toTeeChart .Net Chart Supportability

Hello Srikanth, Using the TeeChart ActiveX version in a browser has offered great processing power as the browser is, in effect, housing a standalone application with all bells and whistles unlimited by the browser's own capabilities. Moving away from ActiveX the paradigm changes somewhat, MS .NET a...
by Marc
Mon Apr 22, 2024 4:02 pm
Forum: .NET
Topic: Surface series with transparency in Avalonia?
Replies: 2
Views: 1428

Re: Surface series with transparency in Avalonia?

Hello,

Yes, transparency offers better visualisation for overlaying surfaces.

I 've uploaded a working example here:
https://github.com/Steema/TeeChart-Aval ... faceSeries


surfaces_avalonia.png
surfaces_avalonia.png (255.29 KiB) Viewed 1349 times
I hope that may be of help.

Regards,
Marc Meumann
by Marc
Thu Apr 18, 2024 3:29 pm
Forum: .NET
Topic: Surface series with transparency in Avalonia?
Replies: 2
Views: 1428

Re: Surface series with transparency in Avalonia?

Hello,

Thank you for the point you've raised. We're investigating and will get back to this thread.

Regards,
Marc Meumann
by Marc
Mon Apr 15, 2024 12:19 pm
Forum: .NET
Topic: IncludeData in TemplateExport not working in .net 6.0
Replies: 2
Views: 1222

Re: IncludeData in TemplateExport not working in .net 6.0

Hello,

Please note; this issue has been resolved for the latest available TeeChart update.

Regards,
Marc Meumann