chartType property

String? chartType
getter/setter pair

Chart type.

Output only. Possible string values are:

  • "CHART_TYPE_UNSPECIFIED" : Unspecified chart type.
  • "SYSTEM_DEFINED" : Pre-defined chart type.
  • "USER_DEFINED" : Configurable chart type.

Implementation

core.String? chartType;