Show / Hide Table of Contents

Class AddChartRequest

Adds a chart to a sheet in the spreadsheet.

Inheritance
System.Object
AddChartRequest
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class AddChartRequest : object, 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
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
System.String

Implements

IDirectResponseSchema
Back to top