ValueLinearGradient

viz.dsl.vegaLite.ValueLinearGradient
case class ValueLinearGradient(gradient: Option[String], id: Option[String], stops: Option[Seq[GradientStop]], x1: Option[Double], x2: Option[Double], y1: Option[Double], y2: Option[Double], r1: Option[Double], r2: Option[Double], expr: Option[String])

Attributes

Source:
vega-lite.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product