Chronicle v1 API - Class DashboardDefinition.Types.ChartConfig.Types.ChartLayout (1.0.0-beta05)

public sealed class DashboardDefinition.Types.ChartConfig.Types.ChartLayout : IMessage<DashboardDefinition.Types.ChartConfig.Types.ChartLayout>, IEquatable<DashboardDefinition.Types.ChartConfig.Types.ChartLayout>, IDeepCloneable<DashboardDefinition.Types.ChartConfig.Types.ChartLayout>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class DashboardDefinition.Types.ChartConfig.Types.ChartLayout.

Layout of the chart.

Inheritance

object > DashboardDefinition.Types.ChartConfig.Types.ChartLayout

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ChartLayout()

public ChartLayout()

ChartLayout(ChartLayout)

public ChartLayout(DashboardDefinition.Types.ChartConfig.Types.ChartLayout other)
Parameter
Name Description
other DashboardDefinitionTypesChartConfigTypesChartLayout

Properties

HasStartX

public bool HasStartX { get; }

Gets whether the "start_x" field is set

Property Value
Type Description
bool

HasStartY

public bool HasStartY { get; }

Gets whether the "start_y" field is set

Property Value
Type Description
bool

SpanX

public int SpanX { get; set; }
Property Value
Type Description
int

SpanY

public int SpanY { get; set; }
Property Value
Type Description
int

StartX

public int StartX { get; set; }
Property Value
Type Description
int

StartY

public int StartY { get; set; }
Property Value
Type Description
int