google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.InterpolationPoint View Source

A single interpolation point on a gradient conditional format. These pin the gradient color scale according to the color, type and value chosen.

Attributes

  • color (Color): The color this interpolation point should use. Defaults to: null.
  • type (String.t): How the value should be interpreted. Defaults to: null.

    • Enum - one of [INTERPOLATION_POINT_TYPE_UNSPECIFIED, MIN, MAX, NUMBER, PERCENT, PERCENTILE]
  • value (String.t): The value this interpolation point uses. May be a formula. Unused if type is MIN or MAX. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.InterpolationPoint{
  color: GoogleApi.Sheets.V4.Model.Color.t(),
  type: any(),
  value: any()
}