Assign an object to a value

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
PurL
Newbie
Newbie
Posts: 4
Joined: Wed Dec 24, 2008 12:00 am

Assign an object to a value

Post by PurL » Fri Sep 18, 2009 12:15 pm

Hello,

I use TPieSeries to draw some values on a pie.
Each value is provided by custom objects.
These values can be change by the rest of the application (via my custom objects).
Is there a way to link the object to the value.
I need this to update my pie when values (stored in my objects) changed.

I see it's possible to have a string by value with the TLabelsList::Labels property.
I'm looking for a void* or TObject * property available by value.

Is it possible ?

Thanks for your help.

PurL

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

Re: Assign an object to a value

Post by Narcís » Fri Sep 18, 2009 2:10 pm

Hi PurL,

I'm afraid the only option for now is being a source code customer and modifying existing TPieSeries or implementing a new pie series derived from existing one to fit your needs.
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