|
<< Click to Display Table of Contents >> Navigation: How do I? > Plot time series |
If the date/time column values increase by a fixed interval for each row, then you can treat this column as text for the X axis:
![]()
If the date/time column values do not increase by a fixed interval for each row, then you can convert this date/time column to numeric values using the Calculate transform with the DateToJulianDay or DateTimeToMSecs options:
![]()
|