Class CreateSheetsChartRequest
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.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class CreateSheetsChartRequest : IDirectResponseSchema
Properties
ChartId
The ID of the specific chart in the Google Sheets spreadsheet.
Declaration
[JsonProperty("chartId")]
public virtual int? ChartId { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ElementProperties
The element properties for the chart. When the aspect ratio of the provided size does not match the chart aspect ratio, the chart is scaled and centered with respect to the size in order to maintain aspect ratio. The provided transform is applied after this operation.
Declaration
[JsonProperty("elementProperties")]
public virtual PageElementProperties ElementProperties { get; set; }
Property Value
Type | Description |
---|---|
PageElementProperties |
LinkingMode
The mode with which the chart is linked to the source spreadsheet. When not specified, the chart will be an image that is not linked.
Declaration
[JsonProperty("linkingMode")]
public virtual string LinkingMode { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectId
A user-supplied object ID. If specified, the ID must be unique among all pages and page elements in the presentation. The ID should start with a word character [a-zA-Z0-9_] and then followed by any number of the following characters [a-zA-Z0-9_-:]. The length of the ID should not be less than 5 or greater than 50. If empty, a unique identifier will be generated.
Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
SpreadsheetId
The ID of the Google Sheets spreadsheet that contains the chart. You might need to add a resource key to the HTTP header for a subset of old files. For more information, see Access link-shared files using resource keys.
Declaration
[JsonProperty("spreadsheetId")]
public virtual string SpreadsheetId { get; set; }
Property Value
Type | Description |
---|---|
string |