Custom point series pointer style

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Andy
Newbie
Newbie
Posts: 3
Joined: Wed Jun 01, 2005 4:00 am

Custom point series pointer style

Post by Andy » Thu May 25, 2006 12:34 am

Hi,

I was hoping someone might be able to tell me how to draw customized series points. For example, if you wanted to use hexagons instead of circles or sqaures for each point in a TPointSeries. Currently, the Pointer.Style property only supports more standard type shapes.

Do I need to define my own TSeriesPointer class. If so how would I go about it?

Thanks,
Andy.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu May 25, 2006 7:32 am

Hi Andy,

An easy solution would be using Image Point series as in the All Features\Welcome!\Chart Styles\Other\Image Pont example at TeeChart features demo, available at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Fang
Newbie
Newbie
Posts: 66
Joined: Wed Oct 13, 2004 4:00 am

Post by Fang » Fri May 26, 2006 3:10 pm

i wish I could do that too, 'cause for now there's not many symbol pratical useful to me.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri May 26, 2006 3:13 pm

Hi Fang,

With ImagePoint series you can use any image you want as the series pointer. Which is the exact problem you are having?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Fang
Newbie
Newbie
Posts: 66
Joined: Wed Oct 13, 2004 4:00 am

Post by Fang » Fri May 26, 2006 5:15 pm

ye thanks. I'll try that.

But I also use teechart routines to draw the symbols to the dropdown checkbox, so I kinda wish you guys add a general way to expand custom symbols, ex. an array at which user can add custom symbol that can be accessed globally by teechart line series.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon May 29, 2006 8:13 am

Hi Fang,

Ok, I added your request to our wish-list to be considered for inclusion in future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply