Module: Google::Cloud::Chronicle::V1::PlotMode

Defined in:
proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb

Overview

Plot mode for the map.

Constant Summary collapse

PLOT_MODE_UNSPECIFIED =

Plot mode is not specified.

0
PLOT_MODE_POINTS =

Plot mode is points.

1
PLOT_MODE_HEATMAP =

Plot mode is heatmap.

2
PLOT_MODE_BOTH =

Plot mode is both points and heatmap.

3