Search found 128 matches

by bairog
Wed Aug 02, 2023 5:23 am
Forum: .NET
Topic: Howto make automatic labels of the left axis be a multiple of some value
Replies: 16
Views: 29162

Re: Howto make automatic labels of the left axis be a multiple of some value

I guess you have a TeeChart.xml file. Could you share it so I don't have to go online every time I need a property description. Thank you.
by bairog
Tue Aug 01, 2023 11:44 am
Forum: .NET
Topic: Cannot install Steema.TeeChart.NET 4.2023.7.5 nuget package for .NET Framework 4.8 WinForms application
Replies: 1
Views: 11425

Cannot install Steema.TeeChart.NET 4.2023.7.5 nuget package for .NET Framework 4.8 WinForms application

Hello. Just created a new WinForms application targeting .NET Framework 4.8 . When I try to install Steema.TeeChart.NET 4.2023.7.5 nuget package - I get an error: Unable to resolve dependency 'SixLabors.Fonts'. Source(s) used: 'nuget.org', 'Microsoft Visual Studio Offline Packages'. If I retarget my...
by bairog
Tue Aug 01, 2023 11:38 am
Forum: .NET
Topic: Howto make automatic labels of the left axis be a multiple of some value
Replies: 16
Views: 29162

Re: Howto make automatic labels of the left axis be a multiple of some value

Thank you. That is exactly what I need. Only one question left: what does tChart1.Axes.Left.Labels.Separation = 1; stand for? I see no changes on a chart when adjusting that value (I've tried 2, 3, 5 and 10).
by bairog
Tue Aug 01, 2023 10:07 am
Forum: .NET
Topic: Howto make automatic labels of the left axis be a multiple of some value
Replies: 16
Views: 29162

Howto make automatic labels of the left axis be a multiple of some value

Hello.
I need to make automatic labels of the left axis be a multiple of 125. And ensure horizontal gridlines to be drawn for every label.
So that my chart would look something like this (depending on the actual Y values):
1.png
1.png (48.39 KiB) Viewed 17663 times
2.png
2.png (51.56 KiB) Viewed 17663 times
by bairog
Tue Mar 21, 2023 5:04 am
Forum: .NET
Topic: How to set visible horizontal grid lines on the left wall
Replies: 3
Views: 2643

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

Here is another bug for you. Whenever I make left or depth axis visible, save and close the designer - the axis disappears: https://s10.gifyu.com/images/2223b1271f6bffca896.gif I am forced to make it explicitly in code (this applies to 2D graphs as well): InitializeComponent(); tChart1.Axes.Left.Axi...
by bairog
Mon Mar 20, 2023 12:25 pm
Forum: .NET
Topic: How to set visible horizontal grid lines on the left wall
Replies: 3
Views: 2643

How to set visible horizontal grid lines on the left wall

Hello. I have a simple 3D chart (latest teeChart Pro 2023.3.13 on .NET 7.0 WinForms ) with points3D series (for all axes grid lines are enabled): InitializeComponent(); for (int i = 0; i < tChart1.Axes.Count; i++) { tChart1.Axes[i].Grid.Visible = true; } points3d1.FillSampleValues(10); https://i.ibb...
by bairog
Sun Mar 05, 2023 10:13 am
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9750

Re: 3D polygon mesh volume calculation

The object for which I need to calculate the volume looks something like this: For this object I have a set of points and set of triangular faces. But that faces doesn't form a closed watertight solid (that is a feature of my 3D scanner) - just look at the object "back": Because my object is not clo...
by bairog
Wed Mar 01, 2023 7:51 am
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9750

Re: 3D polygon mesh volume calculation

Christopher wrote:
Wed Mar 01, 2023 7:35 am
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.
Looks like I misunderstood you - I thought that you would try to add a volume calculation function to your charting library. Sorry.
by bairog
Wed Mar 01, 2023 5:16 am
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9750

Re: 3D polygon mesh volume calculation

I've found some an old example repo which uses geometry3Sharp and I've updated it to geometry4Sharp. The demos aren't very good, but they do give more of an idea of how to use the library. Are you talking about geometry3SharpDemos repo? As I see unfortunatelly it has no example of using MeshMeasure...
by bairog
Wed Feb 22, 2023 1:27 pm
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9750

Re: 3D polygon mesh volume calculation

Maybe you can use the math from this library to calculate the volume of a 3D mesh (looks like most suitable for TriSurface series).
by bairog
Wed Feb 22, 2023 4:15 am
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9750

Re: 3D polygon mesh volume calculation

Yes it was me :) . I was assigned a task which included 3D mesh volume calculation a year ago. But short time later I was switched to another project. And now initial task is relevant for me again.
by bairog
Tue Feb 21, 2023 5:13 pm
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9750

Re: 3D polygon mesh volume calculation

For now I've found this StackOveflow question answer and library geometry3Sharp that is mentioned here. Haven't tested them yet :)
by bairog
Tue Feb 21, 2023 4:23 pm
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9750

Re: 3D polygon mesh volume calculation

Christopher wrote:
Tue Feb 21, 2023 3:54 pm
Just to be clear—are you talking about generating 3D meshes as in this post and then calculating their volume?
Yes, I'm talking about something like that. My mesh is something like:
Image
by bairog
Tue Feb 21, 2023 6:22 am
Forum: .NET
Topic: 3D polygon mesh volume calculation
Replies: 16
Views: 9750

3D polygon mesh volume calculation

Hello. I use latest TeeChart 4.2023.2.17 in a WinForms application targeting .NET 5.0 . I have a Points3D series with some sample values (it can be converted to TriSurface if needed). Is it possible to calculate volume of a 3D mesh that is limited by series lines? Is there a special function or some...
by bairog
Thu Feb 09, 2023 12:52 pm
Forum: .NET
Topic: Why Steema.TeeChart.NET.Avalonia nuget is not updated for almost a year
Replies: 1
Views: 2844

Why Steema.TeeChart.NET.Avalonia nuget is not updated for almost a year

Hello. Steema.TeeChart.NET.Avalonia nuget is not updated since 20.04.2022: https://i.ibb.co/Z2HnwrR/image.png Samples on Github are also not updated for a long time. Steema.TeeChart.NET nuget was updated 12 times since April 2022. So is TeeChart for Avalonia abandoned or still supported? This cross-...