View Source GoogleApi.Sheets.V4.Model.PointStyle (google_api_sheets v0.34.0)

The style of a point on the chart.

Attributes

  • shape (type: String.t, default: nil) - The point shape. If empty or unspecified, a default shape is used.
  • size (type: float(), default: nil) - The point size. If empty, a default size is used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.PointStyle{
  shape: String.t() | nil,
  size: float() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.