UseDefaultStartTime property
If the Anchor property is set to Time, returns or sets the UseDefaultStartTime property uses the default time or the value in the StartTime property. Read/write. Boolean.
The default start time is the time at the left-most side of the trend chart, when the chart is first brought up at runtime.
Syntax
overlay
.DefaultStartTime
[ = value
]where
overlay
- is an Overlay object, or an expression that evaluates to an Overlay object.value - is a Boolean value that determines which start time is used.
- True. Uses the default time
- False. Uses the value from the StartTime property
Provide Feedback