Search found 6 matches

by Juha
Tue Mar 10, 2009 6:44 am
Forum: VCL
Topic: Polygon to select data points?
Replies: 7
Views: 11340

Back again :) Everything works but how can I compare a given MapSeries array instead of this ASerie map? I mean this: 1) this is working if (ASerie.Clicked(PSerie.CalcXPos(i), PSerie.CalcYPos(i)) = 0) then 2) this is not working if (Series1[5].Clicked(PSerie.CalcXPos(i), PSerie.CalcYPos(i)) = 0) the...
by Juha
Fri Mar 06, 2009 1:52 pm
Forum: VCL
Topic: Polygon to select data points?
Replies: 7
Views: 11340

Thanks a lot Yeray !
I solved my "polygon mesh" problem with this Perimeter function.
Just first reading XY points, then searching perimeters for them and finally giving these Perimeter points to MAP polygons - works !
by Juha
Thu Mar 05, 2009 2:19 pm
Forum: VCL
Topic: Polygon to select data points?
Replies: 7
Views: 11340

Thanks Yeray, This example helped a lot! But now I still have some problem because this "selector polygon" comes from external datapoints file. So points are not in proper order to create nice polygon and polygon shape will be a mesh. What is the best way to sort polygon datapoints that they will cr...
by Juha
Tue Mar 03, 2009 3:30 pm
Forum: ActiveX
Topic: Ternary plots?
Replies: 9
Views: 17083

Hi Narcís

Ok, I checked that timetable. The VCL beta version should be ready in a month. Is this beta available for anyone? If not I can be a betatester for that feature.

-Juha
by Juha
Tue Mar 03, 2009 1:30 pm
Forum: ActiveX
Topic: Ternary plots?
Replies: 9
Views: 17083

Hi Narcís,

Is this "Ternary points" feature already done? Or when it should be ready to test?

Thanks,
Juha
by Juha
Tue Mar 03, 2009 12:01 pm
Forum: VCL
Topic: Polygon to select data points?
Replies: 7
Views: 11340

Polygon to select data points?

Hi I have D7 and TeeChartPro 8.04. I'm quite new to this TeeChart so I'm making stupid questions:) I can easily publish X/Y datapoints to chart but can I somehow draw polygon area a top of some points and say : "select/categorisate these points and paint area with x color"? I need to make many categ...