GoogleApi.Sheets.V4.Model.BasicChartAxis (google_api_sheets v0.35.0)
View SourceAn axis of the chart. A chart may not have more than one axis per axis position.
Attributes
-
format(type:GoogleApi.Sheets.V4.Model.TextFormat.t, default:nil) - The format of the title. Only valid if the axis is not associated with the domain. The link field is not supported. -
position(type:String.t, default:nil) - The position of this axis. -
title(type:String.t, default:nil) - The title of this axis. If set, this overrides any title inferred from headers of the data. -
titleTextPosition(type:GoogleApi.Sheets.V4.Model.TextPosition.t, default:nil) - The axis title text position. -
viewWindowOptions(type:GoogleApi.Sheets.V4.Model.ChartAxisViewWindowOptions.t, default:nil) - The view window options for this axis.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.BasicChartAxis{ format: GoogleApi.Sheets.V4.Model.TextFormat.t() | nil, position: String.t() | nil, title: String.t() | nil, titleTextPosition: GoogleApi.Sheets.V4.Model.TextPosition.t() | nil, viewWindowOptions: GoogleApi.Sheets.V4.Model.ChartAxisViewWindowOptions.t() | nil }