Class EmbeddedChart
A chart embedded in a sheet.
Inheritance
System.Object
EmbeddedChart
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class EmbeddedChart : object, IDirectResponseSchema
Properties
ChartId
The ID of the chart.
Declaration
public virtual Nullable<int> ChartId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Position
The position of the chart.
Declaration
public virtual EmbeddedObjectPosition Position { get; set; }
Property Value
| Type | Description |
|---|---|
| EmbeddedObjectPosition |
Spec
The specification of the chart.
Declaration
public virtual ChartSpec Spec { get; set; }
Property Value
| Type | Description |
|---|---|
| ChartSpec |