Show / Hide Table of Contents

Class PointStyle

The style of a point on the chart.

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

Properties

ETag

The ETag of the item.

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

Shape

The point shape. If empty or unspecified, a default shape is used.

Declaration
[JsonProperty("shape")]
public virtual string Shape { get; set; }
Property Value
Type Description
System.String

Size

The point size. If empty, a default size is used.

Declaration
[JsonProperty("size")]
public virtual double? Size { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Implements

IDirectResponseSchema
In This Article
Back to top