CreateSheetsChartRequest class
Creates an embedded Google Sheets chart.
NOTE: Chart creation requires at least one of the spreadsheets.readonly, spreadsheets, drive.readonly, drive.file, or drive OAuth scopes.
Constructors
- CreateSheetsChartRequest({int? chartId, PageElementProperties? elementProperties, String? linkingMode, String? objectId, String? spreadsheetId})
- CreateSheetsChartRequest.fromJson(Map json_)
Properties
- chartId ↔ int?
-
The ID of the specific chart in the Google Sheets spreadsheet.
getter/setter pair
- elementProperties ↔ PageElementProperties?
-
The element properties for the chart.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkingMode ↔ String?
-
The mode with which the chart is linked to the source spreadsheet.
getter/setter pair
- objectId ↔ String?
-
A user-supplied object ID.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spreadsheetId ↔ String?
-
The ID of the Google Sheets spreadsheet that contains the chart.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited