Show / Hide Table of Contents

Class WaterfallChartSpec

A waterfall chart.

Inheritance
object
WaterfallChartSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class WaterfallChartSpec : IDirectResponseSchema

Properties

ConnectorLineStyle

The line style for the connector lines.

Declaration
[JsonProperty("connectorLineStyle")]
public virtual LineStyle ConnectorLineStyle { get; set; }
Property Value
Type Description
LineStyle

Domain

The domain data (horizontal axis) for the waterfall chart.

Declaration
[JsonProperty("domain")]
public virtual WaterfallChartDomain Domain { get; set; }
Property Value
Type Description
WaterfallChartDomain

ETag

The ETag of the item.

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

FirstValueIsTotal

True to interpret the first value as a total.

Declaration
[JsonProperty("firstValueIsTotal")]
public virtual bool? FirstValueIsTotal { get; set; }
Property Value
Type Description
bool?

HideConnectorLines

True to hide connector lines between columns.

Declaration
[JsonProperty("hideConnectorLines")]
public virtual bool? HideConnectorLines { get; set; }
Property Value
Type Description
bool?

Series

The data this waterfall chart is visualizing.

Declaration
[JsonProperty("series")]
public virtual IList<WaterfallChartSeries> Series { get; set; }
Property Value
Type Description
IList<WaterfallChartSeries>

StackedType

The stacked type.

Declaration
[JsonProperty("stackedType")]
public virtual string StackedType { get; set; }
Property Value
Type Description
string

TotalDataLabel

Controls whether to display additional data labels on stacked charts which sum the total value of all stacked values at each value along the domain axis. stacked_type must be STACKED and neither CUSTOM nor placement can be set on the total_data_label.

Declaration
[JsonProperty("totalDataLabel")]
public virtual DataLabel TotalDataLabel { get; set; }
Property Value
Type Description
DataLabel

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX