position property
The position of this axis. Possible string values are:
- "BASIC_CHART_AXIS_POSITION_UNSPECIFIED" : Default value, do not use.
- "BOTTOM_AXIS" : The axis rendered at the bottom of a chart. For most charts, this is the standard major axis. For bar charts, this is a minor axis.
- "LEFT_AXIS" : The axis rendered at the left of a chart. For most charts, this is a minor axis. For bar charts, this is the standard major axis.
- "RIGHT_AXIS" : The axis rendered at the right of a chart. For most charts, this is a minor axis. For bar charts, this is an unusual major axis.
Implementation
core.String? position;