Show / Hide Table of Contents

Class ChartData

The data included in a domain or series.

Inheritance
System.Object
ChartData
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class ChartData : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

SourceRange

The source ranges of the data.

Declaration
public virtual ChartSourceRange SourceRange { get; set; }
Property Value
Type Description
ChartSourceRange

Implements

IDirectResponseSchema
Back to top