Specifies whether or not to show the time cursor for the Chart ,HistogramChart, LineChart, or SPCBarChart.
Syntax
object.ShowTimeCursor [= Boolean]
Properties
The ShowTimeCursor property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether the time cursor is displayed. |
Settings
The settings for Boolean are:
Value |
Description |
True |
The time cursor is displayed. (Default) |
False |
The time cursor is not displayed. |