legendPosition property

String? legendPosition
getter/setter pair

The position of the chart legend. Possible string values are:

  • "BASIC_CHART_LEGEND_POSITION_UNSPECIFIED" : Default value, do not use.
  • "BOTTOM_LEGEND" : The legend is rendered on the bottom of the chart.
  • "LEFT_LEGEND" : The legend is rendered on the left of the chart.
  • "RIGHT_LEGEND" : The legend is rendered on the right of the chart.
  • "TOP_LEGEND" : The legend is rendered on the top of the chart.
  • "NO_LEGEND" : No legend is rendered.

Implementation

core.String? legendPosition;