Module: Google::Cloud::Chronicle::V1::RenderType

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

Overview

Render type of the data in the chart.

Constant Summary collapse

RENDER_TYPE_UNSPECIFIED =

Defaults to Unspecified.

0
RENDER_TYPE_TEXT =

Text render type.

1
RENDER_TYPE_ICON =

Icon render type.

2
RENDER_TYPE_ICON_AND_TEXT =

Icon and text render type.

3