Enum TrendOptions
Defines whether data should be filled with each record (new way 7.5.0+) or data should come as it is but with gaps returned
[Flags]
public enum TrendOptions
Fields
NoFill = 1Trend data should not be filled up.
None = 0None: Default value.
Raw = 2Trend data should not be processed.