What is happening on this issue?
I reported it six(6) months ago!
Search found 15 matches
- Thu Aug 22, 2024 1:11 am
- Forum: .NET
- Topic: TeeChart MAUI : Can't export charts? Missing API
- Replies: 6
- Views: 44495
- 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: 48252
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.
I am no longer using your automatic zoom and unzoom feature. I have written my own and it works.
- Mon Jun 24, 2024 2:41 pm
- Forum: .NET
- Topic: TeeChart MAUI: Zoom: Application fails to zoom after the following sequence of steps
- Replies: 7
- Views: 48252
Re: TeeChart MAUI: Zoom: Application fails to zoom after the following sequence of steps
What have you found out? It has been 13 days!
- 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: 48252
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.
Use the new UpdateChangedFiles.zip attachment.
- 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: 48252
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...
- Fri Apr 19, 2024 1:55 am
- Forum: .NET
- Topic: Maui App crash: Collection was modified; enumeration operation may not execute.
- Replies: 3
- Views: 22845
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.
- Wed Mar 13, 2024 5:12 pm
- Forum: .NET
- Topic: Maui App crash: Collection was modified; enumeration operation may not execute.
- Replies: 3
- Views: 22845
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...
- Sun Mar 10, 2024 12:47 pm
- Forum: .NET
- Topic: TeeChart MAUI : Can't export charts? Missing API
- Replies: 6
- Views: 44495
Re: TeeChart MAUI : Can't export charts? Missing API
What happening? Have you verified this issue? Is there any update?
- Sun Mar 03, 2024 4:27 pm
- Forum: .NET
- Topic: TeeChart MAUI : Can't export charts? Missing API
- Replies: 6
- Views: 44495
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.
- Mon Feb 26, 2024 4:49 am
- Forum: VCL
- Topic: How is memory affected depending on how instantitate teechart?
- Replies: 3
- Views: 30396
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
Hey posting is the only way I can reach out, quick question where are you getting all your stock info?
Thanks
- Fri Feb 23, 2024 4:23 pm
- Forum: .NET
- Topic: TeeChart MAUI : Can't export charts? Missing API
- Replies: 6
- Views: 44495
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...
- Thu Feb 22, 2024 12:36 pm
- Forum: .NET
- Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
- Replies: 6
- Views: 35453
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...
- Wed Feb 21, 2024 1:25 pm
- Forum: .NET
- Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
- Replies: 6
- Views: 35453
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...
- Tue Feb 13, 2024 10:44 am
- Forum: .NET
- Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
- Replies: 6
- Views: 35453
Re: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
Hello Steema,
Has anyone had a chance to look into this issue?
Thank you.
Has anyone had a chance to look into this issue?
Thank you.
- Mon Jan 29, 2024 6:13 pm
- Forum: .NET
- Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
- Replies: 6
- Views: 35453
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 ...