Search found 128 matches

by bairog
Wed Oct 21, 2020 9:07 am
Forum: .NET
Topic: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
Replies: 28
Views: 38261

Re: .NET 5 support plans for TeeChart v4 Pro in WinForms applications

No, I don't think it is the case that TeeChart.dll has more features than TeeChart.WPF.dll; it is more the case that the designtime experience of Windows Forms and the Windows Presentation Framework is different for all visual components in Visual Studio, including TeeChart. Looks like I didn’t exp...
by bairog
Wed Oct 21, 2020 6:24 am
Forum: .NET
Topic: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
Replies: 28
Views: 38261

Re: .NET 5 support plans for TeeChart v4 Pro in WinForms applications

Could you please clarify: When targeting .NET Framework nuget package Steema.TeeChart.NET has more features in WinForms ( TeeChart.dll ) than in WPF ( TeeChart.WPF.dll ) - I mean more powerfull designer, ShowEditor() function, etc. When targeting .NET Core 3.1, again, nuget package Steema.TeeChart.N...
by bairog
Wed Oct 21, 2020 6:09 am
Forum: .NET
Topic: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)
Replies: 13
Views: 22502

Re: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)

Out of interest I download the latest preview version of Visual Studio 2019 - 16.8.0 Preview 4 - and I see that the Windows Forms Designer for .NET Core still doesn't work with our third-party component as it does with .NET Framework. I think most recent info about this is on this github issue : On...
by bairog
Tue Oct 20, 2020 3:22 pm
Forum: .NET
Topic: BarSeries.Clicked() is not working correctly when stacking in 3D (.NET Framework 4.8 WinForms)
Replies: 6
Views: 13197

Re: BarSeries.Clicked() is not working correctly when stacking in 3D (.NET Framework 4.8 WinForms)

Christopher wrote:
Tue Oct 20, 2020 9:50 am
One of my colleages has a suggestion which seems to resolve the issue; if you reverse the order of the series when searching for the click, the problem doesn't seem to occur, e.g.
Looks more like a "hack", but it's working :)
Thank you.
by bairog
Tue Oct 20, 2020 12:40 pm
Forum: .NET
Topic: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)
Replies: 13
Views: 22502

Re: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)

In this case it's neither, as the TeeChart.WPF.dll does not have a Windows Forms designer - it has a XAML designer, which is encapsulated in the TeeChart.Xaml.WPF.dll So Steema.TeeChart.WPF.TChart lacks ShowEditor() function, right? And there is no any designer where I can change mutiple properties...
by bairog
Tue Oct 20, 2020 11:41 am
Forum: .NET
Topic: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)
Replies: 13
Views: 22502

Re: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)

Out of interest I download the latest preview version of Visual Studio 2019 - 16.8.0 Preview 4 - and I see that the Windows Forms Designer for .NET Core still doesn't work with our third-party component as it does with .NET Framework. Note that TChart is on the form and is also put at as a non-visu...
by bairog
Fri Oct 16, 2020 11:32 am
Forum: .NET
Topic: BarSeries.Clicked() is not working correctly when stacking in 3D (.NET Framework 4.8 WinForms)
Replies: 6
Views: 13197

Re: BarSeries.Clicked() is not working correctly when stacking in 3D (.NET Framework 4.8 WinForms)

Your sample don't need any modification - at also have the same bug: https://i.ibb.co/PZNVnwv/gif.gif It still showing bar2, value:5 when cursor is already above bar3 (cyan). I need to move cursor higher to change it to bar3, value:5 . That is because component thinks that cursor is above top face o...
by bairog
Fri Oct 16, 2020 10:39 am
Forum: .NET
Topic: TeeChart controls are not populated to VS Toolbox (.NET Framework WinForms) when adding nuget via PackageReference
Replies: 2
Views: 7787

Re: TeeChart controls are not populated to VS Toolbox (.NET Framework WinForms) when adding nuget via PackageReference

Again, this functionality works as expected here: Argh, I don't even want to think about another uninstall and install.. Don't know what is wrong with my VS installation (again?) but looks like I've found a workaround for me: after adding Steema.TeeChart.NET nuget via PackageReference .csproj file ...
by bairog
Wed Oct 14, 2020 1:09 pm
Forum: .NET
Topic: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)
Replies: 13
Views: 22502

Re: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)

Yes, no I see that I should go that way.
Thank you.
by bairog
Wed Oct 14, 2020 12:54 pm
Forum: .NET
Topic: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)
Replies: 13
Views: 22502

Re: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)

Automatically Populate Toolbox is already set to true (and it successfully working for WinForms .NET Framework application and Steema.TeeChart.Pro nuget). I'm going the same way that your gif shows - but no new components are added to VS Toolbox after readme.txt is shown. BTW. On my Toolbox has onl...
by bairog
Tue Oct 13, 2020 4:56 pm
Forum: .NET
Topic: Problems with Copy-Paste the whole chart.
Replies: 5
Views: 12821

Re: Problems with Copy-Paste the whole chart.

Just created new WinForms (.NET Framework) application, added Steema.TeeChart.NET nuget package, placed TСhart on form ( Dock = Top ) and added pie chart on it. When I Ctrl+С / Ctrl+V that chart on the same form it looks like: https://i.ibb.co/4TXcHzN/image.png pie1 series is moved to a new chart, n...
by bairog
Tue Oct 13, 2020 4:39 pm
Forum: .NET
Topic: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)
Replies: 13
Views: 22502

Re: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)

I have the same VS version https://i.ibb.co/0ZWPM6x/image.png but my OS is Windows 10 x64 2004 https://i.ibb.co/f04WxRx/image.png When I add Steema.TeeChart.NETCore.WinForm (v4.2020.9.16) to a project via NuGet, nothing changes is Visual Studio ToolBox controls: https://i.imgur.com/mK8iqzd.png My VS...
by bairog
Mon Oct 12, 2020 9:57 am
Forum: .NET
Topic: Problems with Copy-Paste the whole chart.
Replies: 5
Views: 12821

Problems with Copy-Paste the whole chart.

Hello. I have a WinForms project that targets .NET Framework 4.8 . And I'm trying to Copy-Paste (Ctrl+C, Ctrl+V in form designer) the whole chart (the original chart can be placed on the same form or even on another form in my project). I expect to have fully independent chart that copies all proper...
by bairog
Fri Oct 09, 2020 4:14 pm
Forum: .NET
Topic: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)
Replies: 13
Views: 22502

Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)

Hello. I have a WinForms project that targets .NET Core 3.1 and have Steema.TeeChart.NETCore.WinForm nuget package installed. When I try to add some TeeChart controls to VS Toolbox (click Choose Items.. and select TeeChart.WinForm.dll ) I get the following error: https://i.ibb.co/JqkWwg9/1.jpg Is th...
by bairog
Wed Oct 07, 2020 5:08 pm
Forum: .NET
Topic: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
Replies: 28
Views: 38261

.NET 5 support plans for TeeChart v4 Pro in WinForms applications

Hello. .NET 5 RC1 is out for almost a month, RC2 is about to appear. Both version are Go-Live and supported in production. When are you planning TeeChart v4 Pro to support .NET 5 in WinForms applications (ASP .NET Core app is not an option for our company, our software is fully desktop)? Thank you.