Search found 4 matches

by PurL
Tue Sep 22, 2009 2:14 pm
Forum: VCL
Topic: Theme
Replies: 2
Views: 1773

Re: Theme

Thanks
by PurL
Tue Sep 22, 2009 12:32 pm
Forum: VCL
Topic: Theme
Replies: 2
Views: 1773

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
by PurL
Mon Sep 21, 2009 7:21 am
Forum: VCL
Topic: Bug report of drawing
Replies: 1
Views: 1349

Bug report of drawing

Here you can see a default of drawing :

Image

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
by PurL
Fri Sep 18, 2009 12:15 pm
Forum: VCL
Topic: Assign an object to a value
Replies: 1
Views: 1369

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. ...