Class CandlestickSeries
The series of a CandlestickData.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class CandlestickSeries : IDirectResponseSchema
Properties
Data
The data of the CandlestickSeries.
Declaration
[JsonProperty("data")]
public virtual ChartData Data { get; set; }
Property Value
| Type | Description |
|---|---|
| ChartData |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |