ActiveMarkerSize property (TrendPro object)
Returns or sets the size of the markers for the selected trace. Read/write. Long.
Syntax
TrendPro1
.ActiveMarkerSize
[ = 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 size of the point marker. The minimum value is 1, and the maximum value is 20.Example
Private Sub SetActiveMarkerSize() TrendPro1.ActiveMarkerSize = 3 End Sub
Provide Feedback