ActiveYAxisLineWidth property (TrendPro object)

Returns or sets the width of the y-axis line for the current tag in the runtime chart. Read/write. Long.
Syntax
TrendPro1
.
ActiveYAxisLineWidth
[=
value
]
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.
value
- is a long value that specifies the width of the y-axis line. The minimum value is 1, and maximum value is 10.
Example
Private Sub SetActiveYAxisLineWidth() TrendPro1.ActiveYAxisLineWidth = 2 End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal