Class ChartAxisViewWindowOptions
The options that define a "view window" for a chart (such as the visible values in an axis).
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class ChartAxisViewWindowOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ViewWindowMax
The maximum numeric value to be shown in this view window. If unset, will automatically determine a maximum value that looks good for the data.
Declaration
[JsonProperty("viewWindowMax")]
public virtual double? ViewWindowMax { get; set; }
Property Value
Type | Description |
---|---|
double? |
ViewWindowMin
The minimum numeric value to be shown in this view window. If unset, will automatically determine a minimum value that looks good for the data.
Declaration
[JsonProperty("viewWindowMin")]
public virtual double? ViewWindowMin { get; set; }
Property Value
Type | Description |
---|---|
double? |
ViewWindowMode
The view window's mode.
Declaration
[JsonProperty("viewWindowMode")]
public virtual string ViewWindowMode { get; set; }
Property Value
Type | Description |
---|---|
string |