legendPosition property
Where the legend of the chart should be drawn. Possible string values are:
- "BUBBLE_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.
- "INSIDE_LEGEND" : The legend is rendered inside the chart area.
Implementation
core.String? legendPosition;