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
Search found 5 matches
- Mon Mar 12, 2007 12:22 pm
- Forum: VCL
- Topic: TDBChart with boolean fields
- Replies: 3
- Views: 6230
- Sun Mar 11, 2007 1:19 pm
- Forum: VCL
- Topic: TDBChart with boolean fields
- Replies: 3
- Views: 6230
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
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
- Fri Jan 19, 2007 6:26 pm
- Forum: VCL
- Topic: Only one record using TDBChart
- Replies: 1
- Views: 4253
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 ...
- Thu Jul 08, 2004 6:49 am
- Forum: VCL
- Topic: Fixed teetree design page
- Replies: 1
- Views: 8923
Fixed teetree design page
I would like to have a fixed page size where design my teetree.
It is posible?
Best regards
ilde
It is posible?
Best regards
ilde
FAQ demos
Where can i get the FAQ demo samples where you say 'you can download a sample demo here'....