sheets  v4
Properties | List of all members
Google.Apis.Sheets.v4.Data.BasicChartAxis Class Reference

An axis of the chart. A chart may not have more than one axis per axis position. More...

Inheritance diagram for Google.Apis.Sheets.v4.Data.BasicChartAxis:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual TextFormat Format [get, set]
 The format of the title. Only valid if the axis is not associated with the domain. More...
 
virtual string Position [get, set]
 The position of this axis. More...
 
virtual string Title [get, set]
 The title of this axis. If set, this overrides any title inferred from headers of the data. More...
 
virtual TextPosition TitleTextPosition [get, set]
 The axis title text position. More...
 
virtual ChartAxisViewWindowOptions ViewWindowOptions [get, set]
 The view window options for this axis. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

An axis of the chart. A chart may not have more than one axis per axis position.

Property Documentation

◆ ETag

virtual string Google.Apis.Sheets.v4.Data.BasicChartAxis.ETag
getset

The ETag of the item.

◆ Format

virtual TextFormat Google.Apis.Sheets.v4.Data.BasicChartAxis.Format
getset

The format of the title. Only valid if the axis is not associated with the domain.

◆ Position

virtual string Google.Apis.Sheets.v4.Data.BasicChartAxis.Position
getset

The position of this axis.

◆ Title

virtual string Google.Apis.Sheets.v4.Data.BasicChartAxis.Title
getset

The title of this axis. If set, this overrides any title inferred from headers of the data.

◆ TitleTextPosition

virtual TextPosition Google.Apis.Sheets.v4.Data.BasicChartAxis.TitleTextPosition
getset

The axis title text position.

◆ ViewWindowOptions

virtual ChartAxisViewWindowOptions Google.Apis.Sheets.v4.Data.BasicChartAxis.ViewWindowOptions
getset

The view window options for this axis.


The documentation for this class was generated from the following file: