ShowYAxisCursors property (TrendPro object)
Returns or sets whether the y-axis cursors are displayed. Read/write. Boolean.
Syntax
TrendPro1
.ShowYAxisCursors
[= state
]where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.state
- is a parameter of the type Boolean that can be set to one of the following:- True: Shows the y-axis cursors at runtime.
- False: Does not show the y-axis cursors at runtime.
Example
Private Sub ShowYAxisCursors() TrendPro1.ShowYAxisCursors = True End Sub
Provide Feedback