Search found 3270 matches

by Pep
Fri Mar 15, 2024 9:39 am
Forum: .NET
Topic: Maui App crash: Collection was modified; enumeration operation may not execute.
Replies: 1
Views: 43

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

Hello, it's difficult to check what could be the cause without having an example to reproduce it, but we're going to try. Does this also happens by using SampleValues for all the series in your aplication ? this will help in order to find where problem is. Also if the problem happens when user click...
by Pep
Mon Mar 11, 2024 10:37 am
Forum: .NET
Topic: TeeChart MAUI : Can't export charts? Missing API
Replies: 4
Views: 389

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

Hello, yes, we verified, the Export and Import funcionality is not available in the TeeChart NET MAUI version at the moment. I've added this on our bug/wish list here . We're working adding image export funcionality for next maintenance version. In meantime, it might be the possibility to generate i...
by Pep
Thu Feb 29, 2024 6:34 am
Forum: .NET
Topic: TeeChart MAUI : Can't export charts? Missing API
Replies: 4
Views: 389

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

Hello,
let me check what is the problem, prepare an example and send it to you.
Thanks
by Pep
Thu Feb 22, 2024 7:05 pm
Forum: .NET
Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
Replies: 6
Views: 843

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

Hello, answering to some of issues and comments you sent to us. 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 appli...
by Pep
Thu Feb 22, 2024 1:51 pm
Forum: .NET
Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
Replies: 6
Views: 843

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

Hello,
ok, just checking all. Some issues already fixed now and working on the other. Will back to you with new nuget version asap.

Thanks for all your comments and examples.
by Pep
Mon Feb 19, 2024 10:45 pm
Forum: .NET
Topic: Issues with TeeChart MAUI
Replies: 3
Views: 531

Re: Issues with TeeChart MAUI

Hello just inform that we've just added a new TeeChart NET for MAUI nuget package that includes some events that were not triggered before like mouvemove, mouserhover (for seriesenter and seriesleave) and also some improvements on panning funcionality for mobile. Zoom on android still not working in...
by Pep
Tue Feb 13, 2024 2:19 pm
Forum: ActiveX
Topic: Cannot set chart height
Replies: 1
Views: 485

Re: Cannot set chart height

Hello,
I understand that you're trying to change the height of control itself. In that way, have you tried to change the height directly through Controls property ?

By using something like:

Code: Select all

Controls[1].Height = 50;
by Pep
Tue Feb 13, 2024 1:28 pm
Forum: .NET
Topic: Maui Click, MouseEnter nor MouseLeave events are NOT invoked
Replies: 6
Views: 843

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

Hello,
let me check the example and back to you asap.
by Pep
Thu Feb 08, 2024 10:45 pm
Forum: .NET
Topic: Issues with TeeChart MAUI
Replies: 3
Views: 531

Re: Issues with TeeChart MAUI

Hello, sorry for delay on answer. Having reviewed your problems, yes, we had some problems and difficulties to make work both panning and zooming at the same time and make work for all available platforms supported on MAUI. Msoft did not given us a good solution for this. Let me try to find or creat...
by Pep
Mon Dec 18, 2023 5:49 am
Forum: .NET
Topic: Importing of functions does not set datasource
Replies: 5
Views: 3871

Re: Importing of functions does not set datasource

Hello,
please, find the attached example code. Here it's working fine using the latest TeeChart NET nuget version.
Does it work fine for you ?
TeeChart.WinForm.TEST.zip
(11.9 KiB) Downloaded 121 times
by Pep
Fri Dec 15, 2023 4:36 pm
Forum: .NET
Topic: Importing of functions does not set datasource
Replies: 5
Views: 3871

Re: Importing of functions does not set datasource

Hello,
we're just looking at it, let me back to you as soon as possible with a solution.
by Pep
Tue Oct 03, 2023 8:18 am
Forum: ActiveX
Topic: Error drawing TeeChart OCX
Replies: 1
Views: 28766

Re: Error drawing TeeChart OCX

Hello,
could you please confirm that you're using the latest TeeChart ActiveX version?
by Pep
Tue Oct 03, 2023 8:17 am
Forum: ActiveX
Topic: Hang on exit of MFC application
Replies: 1
Views: 8852

Re: Hang on exit of MFC application

Hello,

could you please send us a simple exmaple with which we can reproduce the problme as is here?

thanks
by Pep
Wed Sep 20, 2023 5:26 am
Forum: .NET
Topic: Ask for help with chart subAxes
Replies: 4
Views: 12496

Re: Ask for help with chart subAxes

Hello,
you can find a good example showing the use of the GetAxisLabel event at the NETDemo, inside All Features -> Axes -> Labels -> Using GetAxisLabel.
netdemoimage.png
netdemoimage.png (175.21 KiB) Viewed 12220 times
by Pep
Mon Sep 18, 2023 7:59 am
Forum: .NET
Topic: Ask for help with chart subAxes
Replies: 4
Views: 12496

Re: Ask for help with chart subAxes

Hello, looking at all your questions, first of all I'd suggest that you take a look at the NETDemo example that is included into the TeeChart for NET installation and that also can be found on our github account here where searching for ""datetime" or "custom axes" you will find some good example th...