Datetime in Addrealtime does not work

TeeChart for ActiveX, COM and ASP
Post Reply
M.Takeda
Newbie
Newbie
Posts: 18
Joined: Tue Aug 17, 2004 4:00 am

Datetime in Addrealtime does not work

Post by M.Takeda » Wed Jan 18, 2006 1:28 am

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 ?

Richard
Newbie
Newbie
Posts: 40
Joined: Mon May 21, 2001 4:00 am

Post by Richard » Wed Jan 18, 2006 9:14 am

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"

Post Reply