Class SeriesProperties
Represents properties in a series.
Namespace: Unity.DigitalTwins.Live.Sdk.Models.Configurations.Plots
Assembly: solution.dll
Syntax
[Serializable]
public class SeriesProperties
Properties
Color
The colour used for the series.
Declaration
public Color32 Color { get; set; }
Property Value
Type | Description |
---|---|
Color32 |
HasSeriesLabels
Represents whether or not the series has labels.
Declaration
public bool HasSeriesLabels { get; set; }
Property Value
Type | Description |
---|---|
Boolean |