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 ?
Datetime in Addrealtime does not work
hi,
check this code.
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"