Show / Hide Table of Contents

Class SuggestedChart

A suggested chart for the data set, used for UI rendering.

Inheritance
object
SuggestedChart
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.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class SuggestedChart : IDirectResponseSchema

Properties

ChartTitle

The title of the chart.

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

ChartType

The type of the chart.

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

ETag

The ETag of the item.

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

SeriesField

The field used for the series (e.g., color-coding). Optional, but recommended for time-series data.

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

XAxisField

The field used for the x-axis.

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

XAxisLabel

The label of the x-axis.

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

YAxisField

The field used for the y-axis.

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

YAxisLabel

The label of the y-axis.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX