ActiveTraceNumericPrecision property (TrendPro object)
Returns or sets the number of decimal places to display for the selected trace. Read/write. Long.
Syntax
TrendPro1
.ActiveTraceNumericPrecision
[ = 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 number of decimal places. The minimum value is 0, and the maximum value is 7.Example
Private Sub SetActiveTraceNumericPrecision() TrendPro1.ActiveTraceNumericPrecision = 2 End Sub
Provide Feedback