Search found 1603 matches

by Christopher
Tue Apr 11, 2023 8:05 am
Forum: .NET
Topic: Plot Bubble Cloud Chart (in Gallery) using TeeChart .NET
Replies: 3
Views: 2124

Re: Plot Bubble Cloud Chart (in Gallery) using TeeChart .NET

Hello, I can use the following code: public Form1() { InitializeComponent(); InitializeChart(); } private void InitializeChart() { tChart1.Legend.Visible = false; tChart1.Header.Visible = false; var bcloud = new BubbleCloud(tChart1.Chart) { UseColorRange = false, UsePalette = true, PaletteStyle = Pa...
by Christopher
Thu Apr 06, 2023 10:21 am
Forum: .NET
Topic: Plot Bubble Cloud Chart (in Gallery) using TeeChart .NET
Replies: 3
Views: 2124

Re: Plot Bubble Cloud Chart (in Gallery) using TeeChart .NET

Hello, although not exactly that image, there's a bubble cloud example in our GitHub examples here . Running that example and navigating the menu on the left gives me: Screenshot from 2023-04-06 12-15-26.png Although this example is for the Business version of TeeChart, it will also work for the Pro...
by Christopher
Thu Apr 06, 2023 9:24 am
Forum: .NET
Topic: Paste an image on a panel
Replies: 2
Views: 2567

Re: Paste an image on a panel

Hello,
Sharkann wrote:
Wed Apr 05, 2023 3:53 pm
How does a graph can accept an image paste from clipboard ?
That should be possible, but I first I need to know which platform you are using—web app or desktop? Windows Forms or WPF? .NET Framework or .NET 5/6/7?
by Christopher
Tue Apr 04, 2023 5:23 pm
Forum: .NET
Topic: The line extends beyond the chart area
Replies: 1
Views: 1773

Re: The line extends beyond the chart area

Mth wrote:
Tue Apr 04, 2023 1:59 pm
Visual Studio 2022,
.net7.0 console project,
Steema.TeeChart.NET.Pro (4.2023.3.13)
Thank you for reporting this issue to us; we have added it to our issue tracker with id=2600, meaning that a fix to it will become available in an upcoming NuGet version.
by Christopher
Tue Apr 04, 2023 5:03 pm
Forum: .NET
Topic: Completely broken latest version 4.2023.3.23
Replies: 3
Views: 20073

Re: Completely broken latest version 4.2023.3.23

Visual Studio 2022, .net7.0 console project, Steema.TeeChart.NET.Pro (4.2023.3.23) 1. This version doesn't work at all. It throws an exception in the constructor itself ! Thank you for reporting this issue to us; we have added it to our issue tracker with id=2599 . Apologies for any inconvenience c...
by Christopher
Wed Mar 22, 2023 11:04 am
Forum: .NET
Topic: How to set visible horizontal grid lines on the left wall
Replies: 3
Views: 2435

Re: How to set visible horizontal grid lines on the left wall

Hello, again, thank you for reporting this issue to us; we can confirm that it is a defect, and we have added it to our issue tracker with id=2598 . Running TeeChart for .NET Framework 4.0 instead of TeeChart for .NET 6.0 in Windows Forms produces a Chart with the expected AxisPen changes correctly ...
by Christopher
Mon Mar 20, 2023 4:47 pm
Forum: .NET
Topic: How to set visible horizontal grid lines on the left wall
Replies: 3
Views: 2435

Re: How to set visible horizontal grid lines on the left wall

Hello, thank you for reporting this issue to us; we can confirm that it is a defect, and we have added it to our issue tracker with id=2595 . Running TeeChart for .NET Framework 4.0 instead of TeeChart for .NET 6.0 in Windows Forms produces a Chart with the expected Grid lines, which has enabled us ...
by Christopher
Mon Mar 20, 2023 10:27 am
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45571

Re: Licensing with .NET 6 App

Hello Kris, we really need to be able to reproduce this issue here to see if we can fix it. If I remove the NuGet package from my test project and try to add in the TeeChart.WinForm.dll directly, Visual Studio v.17.5.2 gives me an error message: Screenshot from 2023-03-20 11-24-16.png The log tells ...
by Christopher
Fri Mar 17, 2023 8:54 am
Forum: .NET
Topic: Licensing with .NET 6 App
Replies: 31
Views: 45571

Re: Licensing with .NET 6 App

Hello Kris, I've just run a test using this specific NuGet: https://www.nuget.org/packages/Steema.TeeChart.NET/4.2023.3.13 Running this in a WinExe project in framework net6.0-windows with the TeeChart.licenses set to Copy always: Screenshot from 2023-03-17 09-45-20.png Produces a Chart without a wa...
by Christopher
Wed Mar 15, 2023 10:23 am
Forum: .NET
Topic: Legend checkboxes in .NET 7
Replies: 1
Views: 1987

Re: Legend checkboxes in .NET 7

Hello Brian, as I mentioned here , this is because we used the ControlPaint class to draw the checkboxes in .NET Framework, but unfortunately this class doesn't exist in .NET 5.0/6.0/7.0. You will have to add in a Windows Form checkbox manually and use that, I'm afraid (with Legend.CheckBoxes set to...
by Christopher
Thu Mar 09, 2023 9:00 am
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9398

Re: 3D polygon mesh volume calculation

Hello, But what If instead Points3D series I will try to use TriSurface series (and feed my object's points to it)? Is there a way to enumerate triangles that series constists of (as I don't see any suitable member)? The issue is that there isn't a list of triangles per se, basically because of the ...
by Christopher
Fri Mar 03, 2023 10:57 am
Forum: .NET
Topic: Question about license deployment
Replies: 1
Views: 2457

Re: Question about license deployment

Hello Wen, We created a steema.resources based on our TeeChart.licenses. We published it on our application folder to make our application can get the license. Is this a legal way to distribute your license? Yes, yes it is a legal way to distribute your licence file. We normally ask our clients to e...
by Christopher
Wed Mar 01, 2023 8:33 am
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9398

Re: 3D polygon mesh volume calculation

Hello, Looks like I misunderstood you - I thought that you would try to add a volume calculation function to your charting library. Sorry. Sorry, to be clear, we have no plans to add this kind of functionality to TeeChart at this time; although TeeChart does perform a rudimentary kind of polygon mes...
by Christopher
Wed Mar 01, 2023 7:35 am
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9398

Re: 3D polygon mesh volume calculation

Hello,
bairog wrote:
Wed Mar 01, 2023 5:16 am
As I see unfortunatelly it has no example of using MeshMeasurements at all :( Hope you will manage to get further somehow..
I thought I was trying to help you here :) I doubt I'm going to be able to get any further on this, but if I do I'll let you know.
by Christopher
Thu Feb 23, 2023 12:10 pm
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9398

Re: 3D polygon mesh volume calculation

Hello, Which is to say I've drawn a sphere in the Chart using a Points3D series. What's missing is taking the points returned from SphereCoordinates() and feeding them into geometry4Sharp and getting a volume back ... I've found some an old example repo which uses geometry3Sharp and I've updated it ...