google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.BasicChartAxis View Source
An axis of the chart. A chart may not have more than one axis per axis position.
Attributes
- format (TextFormat): The format of the title. Only valid if the axis is not associated with the domain. Defaults to:
null
. position (String): The position of this axis. Defaults to:
null
.- Enum - one of [BASIC_CHART_AXIS_POSITION_UNSPECIFIED, BOTTOM_AXIS, LEFT_AXIS, RIGHT_AXIS]
- title (String): The title of this axis. If set, this overrides any title inferred from headers of the data. Defaults to:
null
.