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
Assign an object to a value
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Assign an object to a value
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.
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 |
Instructions - How to post in this forum |