Class AxisProperties
Represents information for the X axis and Y axis used in graphs.
Namespace: Unity.DigitalTwins.Live.Sdk.Models.Configurations.Plots
Assembly: solution.dll
Syntax
[Serializable]
public class AxisProperties
Properties
HasXAxisLabels
Represents whether or not the X axis has labels.
Declaration
public bool HasXAxisLabels { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
HasYAxisLabels
Represents whether or not the Y axis has labels.
Declaration
public bool HasYAxisLabels { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
XFormat
Represents the format of the X axis.
Declaration
public string XFormat { get; set; }
Property Value
Type | Description |
---|---|
String |
YFormat
Represents the format of the Y axis.
Declaration
public string YFormat { get; set; }
Property Value
Type | Description |
---|---|
String |