Search found 10 matches

by McSaverCharting
Fri Apr 19, 2024 1:55 am
Forum: .NET
Topic: Maui App crash: Collection was modified; enumeration operation may not execute.
Replies: 3
Views: 1126

Re: Maui App crash: Collection was modified; enumeration operation may not execute.

Problem solved. Lesson learned. Don't update your charts on a background thread.
by McSaverCharting
Wed Mar 13, 2024 5:12 pm
Forum: .NET
Topic: Maui App crash: Collection was modified; enumeration operation may not execute.
Replies: 3
Views: 1126

Maui App crash: Collection was modified; enumeration operation may not execute.

Using TeeChart released version: 6.2024.2.19 Build: Maui Application, Platform: Windows Run on a Windows 11 operating system Development Environment: Visual Studio 2022 (64 bit) 17.8.7 I randomly see the following error just after my page is loaded. My page has five different charts. This occurs 5-1...
by McSaverCharting
Sun Mar 10, 2024 12:47 pm
Forum: .NET
Topic: TeeChart MAUI : Can't export charts? Missing API
Replies: 4
Views: 1416

Re: TeeChart MAUI : Can't export charts? Missing API

What happening? Have you verified this issue? Is there any update?
by McSaverCharting
Sun Mar 03, 2024 4:27 pm
Forum: .NET
Topic: TeeChart MAUI : Can't export charts? Missing API
Replies: 4
Views: 1416

Re: TeeChart MAUI : Can't export charts? Missing API

I have added a few lines to your BarChart.xaml.cs file demonstrating the compile time error.
by McSaverCharting
Mon Feb 26, 2024 4:49 am
Forum: VCL
Topic: How is memory affected depending on how instantitate teechart?
Replies: 3
Views: 1247

Re: How is memory affected depending on how instantitate teechart?

Hey Senbengtma,

Hey posting is the only way I can reach out, quick question where are you getting all your stock info?

Thanks
by McSaverCharting
Fri Feb 23, 2024 4:23 pm
Forum: .NET
Topic: TeeChart MAUI : Can't export charts? Missing API
Replies: 4
Views: 1416

TeeChart MAUI : Can't export charts? Missing API

Environment: PC: Windows11 Operating System, Visual Studio 2022 Updated all NU get Packages in the solution to the latest version as of 02/23/2024. The latest release(6.2024.2.19) Using your Maui demo solution. I am trying to export a chart. It appears the Maui version does not support exporting cha...
by McSaverCharting
Thu Feb 22, 2024 12:36 pm
Forum: .NET
Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
Replies: 6
Views: 1998

Re: Maui Click, MouseEnter nor MouseLeave events are NOT invoked

Additionally, If a Bar and/or TagCloud is instantiated, MouseEnter/MouseLeave Events are added and the series is not filled with any Data, the empty chart will appear, but as soon as you cursor over either of these two charts, the application will CRASH. Please note, that this will only happen for t...
by McSaverCharting
Wed Feb 21, 2024 1:25 pm
Forum: .NET
Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
Replies: 6
Views: 1998

Re: Maui Click, MouseEnter nor MouseLeave events are NOT invoked

The latest release(6.2024.2.19) solved most of the issues, in this post, but here are a few of the remaining: 1). LineChart.xaml. cs. Line Double Click does not work. line.DblClick += Line_DblClick; 2). AllCharts.xaml.cs. Add any of the following : a). pyramid.Click += Pyramid_Click b). pyramid.Mous...
by McSaverCharting
Tue Feb 13, 2024 10:44 am
Forum: .NET
Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
Replies: 6
Views: 1998

Re: Maui Click, MouseEnter nor MouseLeave events are NOT invoked

Hello Steema,

Has anyone had a chance to look into this issue?

Thank you.
by McSaverCharting
Mon Jan 29, 2024 6:13 pm
Forum: .NET
Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
Replies: 6
Views: 1998

Maui Click, MouseEnter nor MouseLeave events are NOT invoked

Problems: o Series.Click o Series.MouseEnter o Series.MouseLeave Series: Activityguage Area Bar Works only on Windows when the chart only contain no other series types Bubble Candle Contour Donut Fastline Gantt Highly Histogram Horizarea Horizbar Horizline Isosurface Line Works only on Windows when ...