StartTime property for XAxis object
Returns or sets the time represented by the left edge of the chart. Read/write. DATE.
If the start time is set before 1/1/92, the start time will be set to 1/1/92. If the start time and the time span add up to a time past 1/17/2037 (January 17, 2037) the time span will be modified so that the end time is 1/17/2037.
Syntax
xaxis
.StartTime
[ = time
]where
xaxis
- is an XAxis object, or an expression that evaluates to an XAxis object.time
- is a parameter of the type Date that specifies the time represented by the left edge of the chart.Remarks
The trend object must be in pause mode (not scrolling) else you will see the error "Invalid date or time range."
Provide Feedback