DisplayDateOnScale property
Returns or sets whether the date is displayed underneath the time on the x-axis scale. Read/write. Boolean.
Syntax
xaxis
.DisplayDateOnScale
[ = state
]where
xaxis
- is an XAxis object, or an expression that evaluates to an XAxis object.state
- is a parameter of the type Boolean that can be set to one of the following:- True. Displays the date.
- False. Does not display the date.
Provide Feedback