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 = 1
Trend data should not be filled up.
None = 0
None: Default value.
Raw = 2
Trend data should not be processed.