Chart.RetrievalMode
- Last UpdatedDec 08, 2015
- 1 minute read
The Chart.RetrievalMode property is a read-write integer property that gets or sets the data retrieval mode for retrieving the data from IndustrialSQL Server at the chart level. Supported options are cyclic and full (where 0 = cyclic and 2 = full).
Syntax
Chart.RetrievalMode = int;
Result = Chart.RetrievalMode;
Remarks
The default is 0 (cyclic).