Class PlotConfiguration
Represents a configurable plot.
Namespace: Unity.DigitalTwins.Live.Sdk.Models.Configurations.Plots
Assembly: solution.dll
Syntax
[Serializable]
public class PlotConfiguration
Properties
AxisProperties
The properties of an axis.
Declaration
public AxisProperties AxisProperties { get; set; }
Property Value
Type | Description |
---|---|
AxisProperties |
IsShowingPlot
Represents whether or not the plot is currently showing.
Declaration
public bool IsShowingPlot { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
SeriesProperties
The properties of a series.
Declaration
public SeriesProperties SeriesProperties { get; set; }
Property Value
Type | Description |
---|---|
SeriesProperties |
TelemetryKey
The list of telemetry key values.
Declaration
public string TelemetryKey { get; set; }
Property Value
Type | Description |
---|---|
String |