Chronicle v1 API - Class DashboardChart.Types.Visualization.Types.Legend (1.0.0-beta05)

public sealed class DashboardChart.Types.Visualization.Types.Legend : IMessage<DashboardChart.Types.Visualization.Types.Legend>, IEquatable<DashboardChart.Types.Visualization.Types.Legend>, IDeepCloneable<DashboardChart.Types.Visualization.Types.Legend>, IBufferMessage, IMessage

Inheritance

object > DashboardChart.Types.Visualization.Types.Legend

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

Legend()

public Legend()

Legend(Legend)

public Legend(DashboardChart.Types.Visualization.Types.Legend other)
Parameter
Name Description
other DashboardChartTypesVisualizationTypesLegend

Properties

Bottom

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

Id

public string Id { get; set; }
Property Value
Type Description
string

Left

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

LegendAlign

public LegendAlign LegendAlign { get; set; }
Property Value
Type Description
LegendAlign

LegendOrient

public LegendOrient LegendOrient { get; set; }
Property Value
Type Description
LegendOrient

Padding

public RepeatedField<int> Padding { get; }
Property Value
Type Description
RepeatedFieldint

Right

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

Show

public bool Show { get; set; }
Property Value
Type Description
bool

Top

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

Z

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

ZLevel

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