Search found 6 matches
- Tue Mar 10, 2009 6:44 am
- Forum: VCL
- Topic: Polygon to select data points?
- Replies: 7
- Views: 11695
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...
- Fri Mar 06, 2009 1:52 pm
- Forum: VCL
- Topic: Polygon to select data points?
- Replies: 7
- Views: 11695
- Thu Mar 05, 2009 2:19 pm
- Forum: VCL
- Topic: Polygon to select data points?
- Replies: 7
- Views: 11695
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...
- Tue Mar 03, 2009 3:30 pm
- Forum: ActiveX
- Topic: Ternary plots?
- Replies: 9
- Views: 18045
- Tue Mar 03, 2009 1:30 pm
- Forum: ActiveX
- Topic: Ternary plots?
- Replies: 9
- Views: 18045
- Tue Mar 03, 2009 12:01 pm
- Forum: VCL
- Topic: Polygon to select data points?
- Replies: 7
- Views: 11695
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...