placement property
The placement of the data label relative to the labeled data. Possible string values are:
- "DATA_LABEL_PLACEMENT_UNSPECIFIED" : The positioning is determined automatically by the renderer.
- "CENTER" : Center within a bar or column, both horizontally and vertically.
- "LEFT" : To the left of a data point.
- "RIGHT" : To the right of a data point.
- "ABOVE" : Above a data point.
- "BELOW" : Below a data point.
- "INSIDE_END" : Inside a bar or column at the end (top if positive, bottom if negative).
- "INSIDE_BASE" : Inside a bar or column at the base.
- "OUTSIDE_END" : Outside a bar or column at the end.
Implementation
core.String? placement;