type property

String? type
getter/setter pair

The type of the data label. Possible string values are:

  • "DATA_LABEL_TYPE_UNSPECIFIED" : The data label type is not specified and will be interpreted depending on the context of the data label within the chart.
  • "NONE" : The data label is not displayed.
  • "DATA" : The data label is displayed using values from the series data.
  • "CUSTOM" : The data label is displayed using values from a custom data source indicated by customLabelData.

Implementation

core.String? type;