Class TimeSeriesProperties
Represents properties of a time series.
Namespace: Unity.DigitalTwins.Live.Sdk.Models.Configurations.Plots.TimeSeries
Assembly: solution.dll
Syntax
[Serializable]
public class TimeSeriesProperties
Properties
DataWindow
The time span of data.
Declaration
public TimeSpan DataWindow { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |