Page 1 of 1

Datetime in Addrealtime does not work

Posted: Wed Jan 18, 2006 1:28 am
by 9523566
in FastLine AddRealTime,(TeeChartAX v6)
if xvalue are integer, it work fine but xvalue are datetime does not work
correctly. Can I use datetime in addrealtime ?
If so,please show me a small sample.
In case of Fastline addrealtime chart, maxpointperpage function does not
work. is this specification ?

Posted: Wed Jan 18, 2006 9:14 am
by 6919081
hi,
check this code.

Code: Select all

TChart.seires(0).XValues.DateTime=True
  TChart1.Axis.Bottom.Labels.DateTimeFormat ="yy-mm-dd"& Chr(13)&"hh:nn:ss"