Class AddChartRequest
Adds a chart to a sheet in the spreadsheet.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class AddChartRequest : IDirectResponseSchema
Properties
Chart
The chart that should be added to the spreadsheet, including the position where it should be placed. The chartId field is optional; if one is not set, an id will be randomly generated. (It is an error to specify the ID of an embedded object that already exists.)
Declaration
[JsonProperty("chart")]
public virtual EmbeddedChart Chart { get; set; }
Property Value
Type | Description |
---|---|
EmbeddedChart |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |