Convexhull function

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Paola
Newbie
Newbie
Posts: 11
Joined: Thu Mar 19, 2015 12:00 am

Convexhull function

Post by Paola » Mon Jan 04, 2016 9:27 pm

Hi.

I want to use the function convexHull which calculates the boundary points of the convex hull of a set of 2D xy points.
I've been trying to use this function (I'm working with VB), but I can´t make it work. When I try to include it, VB does not recognize it.
I did not find anything in the example file, Do you have an example? How can I make it work? please.


Thanks in advance.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Convexhull function

Post by Christopher » Thu Jan 07, 2016 8:55 am

Hello Paola,

Apologies for the delay in this reply.

The clearest example of the use of the ConvexHull function within the TeeChart code itself is in the Perimeter function, an example of which is in the feature demo:

%PROGRAMFILES(x86)%\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.12160\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe

All Features -> Welcome !\Functions\Extended\Perimeter

You can see its use in the source code using a .NET reflector, e.g.
reflector_addpoints.PNG
reflector_addpoints.PNG (84.75 KiB) Viewed 6239 times
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Paola
Newbie
Newbie
Posts: 11
Joined: Thu Mar 19, 2015 12:00 am

Re: Convexhull function

Post by Paola » Fri Jan 08, 2016 3:53 pm

Thank you very much :)

Post Reply