Jump to content
Software FX Community

Time on x-axis


User (Legacy)

Recommended Posts

Hi, 

I am plotting a time of day graph. The data has two columns the first is

date/time in long data format and the second columns is an integer that I

want to plot on the y-axis.

Though the data is in the format "01/01/2000 2:48:00 PM", I want the x axis

labels to show the time in 24 hour format (e.g. 14:48:).

I have used both the following but the labels always show the date but not

the time.

ChartFX1(2).Axis(AXIS_X).Format = AF_TIME

ChartFX1(2).Axis(AXIS_X).Format = "HH:mm"

What do I have to to do to get the labels to show time and not date.

Thanks,

Sai

I am using chrtfx98 4.0.14.0

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...