Chronicle v1 API - Class DashboardChart.Types.Visualization (1.0.0-beta07)
Stay organized with collections
Save and categorize content based on your preferences.
1.0.0-beta07 (latest)
1.0.0-beta06
public sealed class DashboardChart.Types.Visualization : IMessage<DashboardChart.Types.Visualization>, IEquatable<DashboardChart.Types.Visualization>, IDeepCloneable<DashboardChart.Types.Visualization>, IBufferMessage, IMessage
Inheritance
object >
DashboardChart.Types.Visualization
Namespace
Google.Cloud.Chronicle.V1
Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
Visualization()
Visualization(Visualization)
public Visualization(DashboardChart.Types.Visualization other)
Properties
public Button Button { get; set; }
Button config for a chart if tileType is TILE_TYPE_BUTTON.
Property Value
Type
Description
Button
ColumnDefs
public RepeatedField<DashboardChart.Types.Visualization.Types.ColumnDef> ColumnDefs { get; }
Column Definition to represent chart as a table.
GoogleMapsConfig
public DashboardChart.Types.Visualization.Types.GoogleMapsConfig GoogleMapsConfig { get; set; }
Optional. Google Maps config for a chart if type is GOOGLE MAPS.
GroupingType
public string GroupingType { get; set; }
Optional. Selected grouping type for series
Property Value
Type
Description
string
Legends
public RepeatedField<DashboardChart.Types.Visualization.Types.Legend> Legends { get; }
Markdown
public Markdown Markdown { get; set; }
Optional. Markdown config for a chart if tileType is TILE_TYPE_MARKDOWN.
Property Value
Type
Description
Markdown
Series
public RepeatedField<DashboardChart.Types.Visualization.Types.Series> Series { get; }
SeriesColumn
public RepeatedField<string> SeriesColumn { get; }
Optional. Selected column for series
TableConfig
public DashboardChart.Types.Visualization.Types.TableConfig TableConfig { get; set; }
Optional. Configuration for table appearance.
ThresholdColoringEnabled
public bool ThresholdColoringEnabled { get; set; }
Optional. Whether threshold coloring is enabled for the chart. If it's
enabled, the chart will be colored based on the values stored in
VisualMap below.
Property Value
Type
Description
bool
public DashboardChart.Types.Visualization.Types.Tooltip Tooltip { get; set; }
VisualMaps
public RepeatedField<DashboardChart.Types.Visualization.Types.VisualMap> VisualMaps { get; }
Optional. Visual maps for the chart.
XAxes
public RepeatedField<DashboardChart.Types.Visualization.Types.Axis> XAxes { get; }
YAxes
public RepeatedField<DashboardChart.Types.Visualization.Types.Axis> YAxes { get; }
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-06 UTC.
[null,null,["Last updated 2026-07-06 UTC."],[],[]]