ActiveYAxisGridLinesVisible property (TrendPro object)

Returns or sets whether grid lines for the y-axis are displayed for the current tag in the runtime chart. Read/write. Boolean.
Syntax
TrendPro1
.
ActiveYAxisGridLinesVisible
[=
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 grid lines at runtime.
  • False
    : Does not show the y-axis grid lines at runtime.
Example
Private Sub SetActiveYAxisGridLinesVisible() TrendPro1.ActiveYAxisGridLinesVisible = True End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal