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

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

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

Configuration of the chart including chart reference, layout and filters.

Inheritance

object > DashboardDefinition.Types.ChartConfig

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ChartConfig()

public ChartConfig()

ChartConfig(ChartConfig)

public ChartConfig(DashboardDefinition.Types.ChartConfig other)
Parameter
Name Description
other DashboardDefinitionTypesChartConfig

Properties

ChartLayout

public DashboardDefinition.Types.ChartConfig.Types.ChartLayout ChartLayout { get; set; }
Property Value
Type Description
DashboardDefinitionTypesChartConfigTypesChartLayout

DashboardChart

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

DashboardChartAsDashboardChartName

public DashboardChartName DashboardChartAsDashboardChartName { get; set; }

DashboardChartName-typed view over the DashboardChart resource name property.

Property Value
Type Description
DashboardChartName

FiltersIds

public RepeatedField<string> FiltersIds { get; }

Dashboard filters applied to the chart.

Property Value
Type Description
RepeatedFieldstring