Search found 4 matches

by bahmed
Fri Feb 20, 2004 2:55 pm
Forum: ActiveX
Topic: depth axis as datetime in point3d series
Replies: 1
Views: 5985

depth axis as datetime in point3d series

Is there any way to havedepth axis for the point3d series show up as datetime?
by bahmed
Fri Dec 19, 2003 7:16 pm
Forum: ActiveX
Topic: export data with datetime axis
Replies: 5
Views: 13446

I am using version 5.0.5.0 Here is the result of the attachement running with TeeChart 5. XSeries0 37965 45.1049118041992 37965.0034722222 44.8395805358887 37965.0069444444 44.7511405944824 37965.0104166667 44.4858207702637 37965.0138888889 44.3973808288574 37965.0173611111 43.9551696777344 37965.02...
by bahmed
Wed Dec 17, 2003 3:21 pm
Forum: ActiveX
Topic: export data with datetime axis
Replies: 5
Views: 13446

Yes I set the DateTime property to true (which was not shown in the code segment). The problem is not in the display of the chart (or graph) but in exporting the data to a txt file using TeeChart Editor dialog's Export-> Data -> (Format: txt) & (Include: Point Index, Point Label)... I want to export...
by bahmed
Tue Dec 16, 2003 9:26 pm
Forum: ActiveX
Topic: export data with datetime axis
Replies: 5
Views: 13446

export data with datetime axis

Hi, I am trying to export data from an activeX teeChart using "Editor dialog". The x-axis is in "datetime" format but the exported data shows "floating point" vlaues for X-axis (as shown below). ----- code for pupulating the series ----- MyChart.Axis.Bottom.Labels.DateTimeFormat="MM/dd/yy hh:mm:ss";...