Search found 15 matches

by McSaverCharting
Thu Aug 22, 2024 1:11 am
Forum: .NET
Topic: TeeChart MAUI : Can't export charts? Missing API
Replies: 6
Views: 15426

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

What is happening on this issue?

I reported it six(6) months ago!
by McSaverCharting
Fri Jul 19, 2024 11:58 am
Forum: .NET
Topic: TeeChart MAUI: Zoom: Application fails to zoom after the following sequence of steps
Replies: 7
Views: 14251

Re: TeeChart MAUI: Zoom: Application fails to zoom after the following sequence of steps

Seems to be better, but sometimes when dragging left to right it invokes Unzoom instead of Zoom. Only after dragging from right to left a second time will things began to work again.

I am no longer using your automatic zoom and unzoom feature. I have written my own and it works.
by McSaverCharting
Sat Jun 08, 2024 5:17 pm
Forum: .NET
Topic: TeeChart MAUI: Zoom: Application fails to zoom after the following sequence of steps
Replies: 7
Views: 14251

Re: TeeChart MAUI: Zoom: Application fails to zoom after the following sequence of steps

Previously attachment contained an incorrect version of the files.
Use the new UpdateChangedFiles.zip attachment.
by McSaverCharting
Sat Jun 08, 2024 5:03 pm
Forum: .NET
Topic: TeeChart MAUI: Zoom: Application fails to zoom after the following sequence of steps
Replies: 7
Views: 14251

TeeChart MAUI: Zoom: Application fails to zoom after the following sequence of steps

Test Environment: PC: Windows11 Operating System, Visual Studio 2022 Updated all NU get Packages in the solution to latest version as of 06/08/2024 Debugged: Window Machine (Window 11) Replace the attached files in your Sample Maui project 1) MauiProgram.cs. Added one line to add logging 2) CandleCh...
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: 11772

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

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: 6
Views: 15426

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: 6
Views: 15426

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

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: 6
Views: 15426

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

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

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

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

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 ...