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, IMessageReference 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.
Implements
IMessageDashboardChartTypesVisualizationTypesColumnRenderTypeSettings, IEquatableDashboardChartTypesVisualizationTypesColumnRenderTypeSettings, IDeepCloneableDashboardChartTypesVisualizationTypesColumnRenderTypeSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|