Page 1 of 1

Assign an object to a value

Posted: Fri Sep 18, 2009 12:15 pm
by 10051219
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

Re: Assign an object to a value

Posted: Fri Sep 18, 2009 2:10 pm
by narcis
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.