google_api_sheets v0.2.0 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.t): The position of this axis. Defaults to:
null
.- Enum - one of [BASIC_CHART_AXIS_POSITION_UNSPECIFIED, BOTTOM_AXIS, LEFT_AXIS, RIGHT_AXIS]
- title (String.t): The title of this axis. If set, this overrides any title inferred from headers of the data. Defaults to:
null
. - titleTextPosition (TextPosition): The axis title text position. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.BasicChartAxis{
format: GoogleApi.Sheets.V4.Model.TextFormat.t(),
position: any(),
title: any(),
titleTextPosition: GoogleApi.Sheets.V4.Model.TextPosition.t()
}
t() :: %GoogleApi.Sheets.V4.Model.BasicChartAxis{ format: GoogleApi.Sheets.V4.Model.TextFormat.t(), position: any(), title: any(), titleTextPosition: GoogleApi.Sheets.V4.Model.TextPosition.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.