The rectangle tool is great. Is there a way of drawing a similar shape with more than 4 sides? I need to be able to draw an "n" sided shape and know if a given point in the colorgridseries is inside the shape or outside.
Thnks in advance.
Rectangle tool
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dpatch,
You could try using Chart1.Canvas.Cube method.
You could try using Chart1.Canvas.Cube method.
Best Regards,
Narcís Calvet / 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 |
Thank you for your response.
I guess I was not clear about what I was asking. I need to draw a shape, say a hexagon or an octogon...using something similar to the rectangle tool. Maybe I could give 6 points as the shape bounds and it would connect the points, drawing a 6 sided shape.
My application needs to draw bounds (or an outline) around a feature in an image then manipulate the point values inside the shape. What you have done with the rectangle tool is perfect, if I could only add more than 4 sides.
thanks again in advance.
I guess I was not clear about what I was asking. I need to draw a shape, say a hexagon or an octogon...using something similar to the rectangle tool. Maybe I could give 6 points as the shape bounds and it would connect the points, drawing a 6 sided shape.
My application needs to draw bounds (or an outline) around a feature in an image then manipulate the point values inside the shape. What you have done with the rectangle tool is perfect, if I could only add more than 4 sides.
thanks again in advance.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dpatch,
Thanks for the information.
I'll add your request to our wish-list to be considered for inclusion in future releases. In the meantime, the only way to achieve that I can think of, is using existing TeeChart's Canvas methods for drawing 3D polygons combined with text output methods like TextOut or TextOut3D.
Thanks for the information.
I'll add your request to our wish-list to be considered for inclusion in future releases. In the meantime, the only way to achieve that I can think of, is using existing TeeChart's Canvas methods for drawing 3D polygons combined with text output methods like TextOut or TextOut3D.
Best Regards,
Narcís Calvet / 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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi dpatch,
Ok, in that case you may be also interested in the polygon drawing methods included in TeeChart's Canvas.
Ok, in that case you may be also interested in the polygon drawing methods included in TeeChart's Canvas.
Best Regards,
Narcís Calvet / 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 |