Feature request: balloon pointers

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
odissey1
Newbie
Newbie
Posts: 35
Joined: Thu Oct 23, 2003 4:00 am

Feature request: balloon pointers

Post by odissey1 » Fri Nov 21, 2008 11:14 pm

Hi,

I want to present series pointers like a balloons (similar to Google map pointers). It shoud be similar to Bubble series with x,y and Radius but shifted up and with some link. What is the best way to accomplish that?

Please consider Balloon series as a feature request.

Regards,
odissey1

something like that (can't figure how to upload an image here)

.................................
.................................
.................................
.................................
.................................
.................................
.................................
.................................
.................................
|
|
|
|
|
|
|
O<-----------(X,Y)




[/img]

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 Nov 24, 2008 8:25 am

Hi odissey1,

Thanks for your interesting suggestion. I have added it to the wish-list to be considered for inclusion in future releases. In the meantime you could use TRectangleTool with its callout and arrow visible. For calculating tools positions you can use Chart1.Axes.Left.CalcYPosValue and Chart1.Axes.Bottom.CalcXPosValue methods.

Hope this helps!
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

jwL
Newbie
Newbie
Posts: 1
Joined: Thu Mar 17, 2011 12:00 am

Re: Feature request: balloon pointers

Post by jwL » Wed Oct 26, 2011 8:07 am

Hi Narcís,

I was wondering if this requested feature had been developed. We are very interested in exactly this feature.

Regards,
Joel

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

Re: Feature request: balloon pointers

Post by Narcís » Wed Oct 26, 2011 8:12 am

Hi Joel,

This is feature request with ID TV52013590 and hasn't been implemented yet, I have increased its priority on the wish-list. In the meantime, you could also use ImagePoint series for plotting that. It's like a point series but you can choose the image used as series pointers. You'll find an example at All Features\Welcome!\Chart Styles\Other\Image Point in the new 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

Post Reply