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

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

Reference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.Visualization.Types.ColumnRenderTypeSettings.

Column render type settings. This is used to determine the data render type of the column in the table.

Inheritance

object > DashboardChart.Types.Visualization.Types.ColumnRenderTypeSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ColumnRenderTypeSettings()

public ColumnRenderTypeSettings()

ColumnRenderTypeSettings(ColumnRenderTypeSettings)

public ColumnRenderTypeSettings(DashboardChart.Types.Visualization.Types.ColumnRenderTypeSettings other)
Parameter
Name Description
other DashboardChartTypesVisualizationTypesColumnRenderTypeSettings

Properties

ColumnRenderType

public RenderType ColumnRenderType { get; set; }

Optional. Column render type.

Property Value
Type Description
RenderType

Field

public string Field { get; set; }

Optional. Field key in data.

Property Value
Type Description
string