ChartUpdateRate property (TrendPro object)
Returns or sets the rate at which traces will be updated when in Live Mode. Read/write. Long.
Syntax
TrendPro1
.ChartUpdateRate
[ = 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 chart update rate in milliseconds.The minimum value is 250, and maximum value is 2147483.Example
Private Sub SetChartUpdateRate() TrendPro1.ChartUpdateRate = 1000 End Sub
Provide Feedback