Chart.RefreshEntireChartIntervals
- Last UpdatedDec 08, 2015
- 1 minute read
The Chart.RefreshEntireChartIntervals property is a read-write integer property that refreshes the entire chart at every specified number of intervals. (The interval is specified with the Chart.UpdateRateMS property.) If the value is '0' the chart only adds new data to the chart; however, it does not refresh the data already present on the chart.
Syntax
Chart.RefreshEntireChartInterval = int;
Result = Chart.RefreshEntireChartIntervals;
Remarks
The default is 100 intervals.