Search found 4 matches
Re: Theme
Thanks
Theme
Hello,
When a TChart component is customize with the runtime editor, is it possible to :
-Save the configuration (=theme ?) in a file ? how ?
-Load this file to apply this configuration for other chart ?
-Add this configuration to the existing theme list ? how ?
Thanks,
PurL
When a TChart component is customize with the runtime editor, is it possible to :
-Save the configuration (=theme ?) in a file ? how ?
-Load this file to apply this configuration for other chart ?
-Add this configuration to the existing theme list ? how ?
Thanks,
PurL
- Mon Sep 21, 2009 7:21 am
- Forum: VCL
- Topic: Bug report of drawing
- Replies: 1
- Views: 1362
Bug report of drawing
Here you can see a default of drawing :
The blue part is not correctly drawn with the yellow part (see my black circle).
The yellow part seems to be OVER the blue part.
PurL
The blue part is not correctly drawn with the yellow part (see my black circle).
The yellow part seems to be OVER the blue part.
PurL
- Fri Sep 18, 2009 12:15 pm
- Forum: VCL
- Topic: Assign an object to a value
- Replies: 1
- Views: 1378
Assign an object to a value
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. ...