ActiveTraceLineWidth property (TrendPro object)
Returns or sets the width of the line for the selected trace in the runtime chart. Read/write. Long.
Syntax
TrendPro1
.ActiveTraceLineWidth
[ = value
]where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.value
- is a parameter of the type Long that specifies the width of the trace line. The minimum value is 1, and the maximum value is 10.Example
Private Sub SetActiveTraceLineWidth() TrendPro1.ActiveTraceLineWidth = 2 End Sub
Provide Feedback