Search found 5 matches

by Skaw
Mon Mar 12, 2007 12:22 pm
Forum: VCL
Topic: TDBChart with boolean fields
Replies: 3
Views: 6032

ok, thank you

but, is there a way to intercept the automatic add from the dataset and where could i do that?

i would not like to use add manually every time the dataset changes.

Best regards
ilde
by Skaw
Sun Mar 11, 2007 1:19 pm
Forum: VCL
Topic: TDBChart with boolean fields
Replies: 3
Views: 6032

TDBChart with boolean fields

Hello,

i have dataset with datetime,boolean and other float values and i wish to show the dataset using tdbchart.

Is there a way to intercept (via on...) the painting of the boolean values to set my own values?

for example:

if value=true then xvalue := maxvalue
else xvalue := 0

Best regards
ilde
by Skaw
Fri Jan 19, 2007 6:26 pm
Forum: VCL
Topic: Only one record using TDBChart
Replies: 1
Views: 4059

Only one record using TDBChart

Hello, i would like to see all the records from a datasource into a tdbchart but i only get one record. Here is the code i use in runtime: DBChart1.SeriesList[0].DataSource := DataSource1; DBChart1.SeriesList[0].XLabelsSource := 'Fecha/Hora'; DBChart1.SeriesList[0].YValues.valuesource := 'ired2'; I ...
by Skaw
Thu Jul 08, 2004 6:49 am
Forum: VCL
Topic: Fixed teetree design page
Replies: 1
Views: 7742

Fixed teetree design page

I would like to have a fixed page size where design my teetree.
It is posible?

Best regards
ilde
by Skaw
Tue Jun 15, 2004 7:53 am
Forum: VCL
Topic: FAQ demos
Replies: 1
Views: 7746

FAQ demos

Where can i get the FAQ demo samples where you say 'you can download a sample demo here'....