6 days no reply at SO. Looks like we need to go "github route"..Christopher wrote: ↑Tue Jan 05, 2021 9:47 amI'll leave it a couple of days, and if I get nothing useful I'll post on github.
Search found 82 matches
- Mon Jan 11, 2021 9:47 am
- Forum: .NET
- Topic: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
- Replies: 13
- Views: 2247
Re: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
- Tue Jan 05, 2021 9:13 am
- Forum: .NET
- Topic: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
- Replies: 13
- Views: 2247
Re: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
..issue which I have detailed in the following StackOverflow question: https://stackoverflow.com/questions/65574971/net-5-0-oncreatehandle-override-isnt-called I think it can be worthy to create an issue directly on winforms github as well - https://github.com/dotnet/winforms/issues Some people pos...
- Wed Dec 30, 2020 11:57 am
- Forum: .NET
- Topic: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
- Replies: 13
- Views: 2247
Re: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
I'm especially insterested in .NET Framework-like designtime experience of .NET 5 Windows Forms - I mean an editor (that I can also call using ShowEditor()). As I can see Steema.TeeChart.NET50 4.2020.12.18-beta lacks this feature for now: https://i.ibb.co/QP7DTRf/image.png So looking forward for it....
- Mon Dec 28, 2020 12:18 pm
- Forum: .NET
- Topic: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
- Replies: 13
- Views: 2247
Re: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
Any updates for this?
- Mon Nov 09, 2020 12:49 pm
- Forum: .NET
- Topic: 3D chart is not working in ASP .NET Core 3.1 Example
- Replies: 10
- Views: 1927
Re: 3D chart is not working in ASP .NET Core 3.1 Example
What level of interactivity is required and to what extent is 3D a necessary requirement for your project? For now I use showing tooltips when cursor is above pie segment/line point ( tChart_MouseMove event). Customer would also like to use Scroll and Zoom features. 3D for now is mostly needed as a...
- Mon Nov 09, 2020 11:46 am
- Forum: .NET
- Topic: 3D chart is not working in ASP .NET Core 3.1 Example
- Replies: 10
- Views: 1927
Re: 3D chart is not working in ASP .NET Core 3.1 Example
Thank you, I will test that approach. If you require mouse interactivity for that, you could use an ASP.NET webform. Example (this is a 2D chart but could be rendered 3D with Aspect.View3D = true) https://github.com/Steema/TeeChart-for-.NET-CSharp-Web-samples/blob/master/TeeChartMVCCore/Controllers/...
- Mon Nov 09, 2020 10:20 am
- Forum: .NET
- Topic: 3D chart is not working in ASP .NET Core 3.1 Example
- Replies: 10
- Views: 1927
Re: 3D chart is not working in ASP .NET Core 3.1 Example
Although it uses a different version of TeeChart, the TeeChart syntax is the same as that shown here . What do you mean by "different version"? From my point of view TeeChartMVCCore project uses Steema.TeeChart.NETCore 4.2020.9.16 nuget package, TeeChartWithBlazor project also uses Steema.TeeChart....
- Mon Nov 09, 2020 9:46 am
- Forum: .NET
- Topic: 3D chart is not working in ASP .NET Core 3.1 Example
- Replies: 10
- Views: 1927
Re: 3D chart is not working in ASP .NET Core 3.1 Example
On the other hand, if you were to set Aspect.View3D to true and then export to image (PNG, JPEG etc.), you would see a Chart in 3D - this is because image export (as opposed to JS/HTML5 export) uses the same GDI+ graphics as the Windows Forms version. Where I can find an example of exporting to ima...
- Mon Nov 09, 2020 7:17 am
- Forum: .NET
- Topic: 3D chart is not working in ASP .NET Core 3.1 Example
- Replies: 10
- Views: 1927
3D chart is not working in ASP .NET Core 3.1 Example
Hello. I'm trying to convert my WinForms (.NEt Framework 4.8) application with some 3D charts to ASP Core 3.1 Web Application. So I performed the following: Downloaded your .NET Web Examples repo - TeeChart-for-.NET-CSharp-Web-samples Opened TeeChartMVCCore project Retargeted it to .NET Core 3.1 (be...
- Mon Nov 09, 2020 7:03 am
- Forum: .NET
- Topic: .NET Live Demo page is broken
- Replies: 3
- Views: 1196
Re: .NET Live Demo page is broken
Hello again. Looks like some problems still exists: Open live demo - http://www.steema.net/TeeChartForNET/index.aspx Selects Guide to MVC Switch to View C# Code -> Sourcefile not available for this element. Switch back to View Sample - > Guide to MVC page is broken now: https://i.ibb.co/R4j6hsV/imag...
- Thu Nov 05, 2020 6:38 am
- Forum: .NET
- Topic: Problems with Copy-Paste the whole chart.
- Replies: 5
- Views: 1894
Re: Problems with Copy-Paste the whole chart.
Any updates on this? It's a real pain to create similar complex charts from scratch without be able to simply copy them..
- Mon Nov 02, 2020 8:35 am
- Forum: .NET
- Topic: Interrelationship diagrams (shapes connected with arrows)
- Replies: 5
- Views: 1512
Re: Interrelationship diagrams (shapes connected with arrows)
I've slightly modyfied data on my image - so now you can publish this image on our public website.Christopher wrote: ↑Mon Nov 02, 2020 8:07 amIt's so good, in fact, that I wonder if we could ask your permission to publish this image on our public website as an example of a client using TeeChart custom drawing?
- Mon Nov 02, 2020 7:44 am
- Forum: .NET
- Topic: Interrelationship diagrams (shapes connected with arrows)
- Replies: 5
- Views: 1512
Re: Interrelationship diagrams (shapes connected with arrows)
For now I've ended up with combination of Line series (circle points are enabled, line is disabled, markes are enabled) and Arrow series (it must be second series on the chart to be drawn after Line series - so arrow head is placed above circle point). It looks something like: https://i.ibb.co/TKrj9...
- Mon Oct 26, 2020 1:00 pm
- Forum: .NET
- Topic: Interrelationship diagrams (shapes connected with arrows)
- Replies: 5
- Views: 1512
Interrelationship diagrams (shapes connected with arrows)
Hello. I need to draw interrelationship diagrams (shapes connected with arrows) to display team members relationships. Simple example https://www.liberaldictionary.com/wp-content/uploads/2018/12/interrelation.png a bit more complex https://asq.org/-/media/Images/Learn-About-Quality/Relations-Diagram...
- Wed Oct 21, 2020 9:07 am
- Forum: .NET
- Topic: .NET 5 support plans for TeeChart v4 Pro in WinForms applications
- Replies: 13
- Views: 2247
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...