YClass

case class YClass(aggregate: Option[Aggregate], axis: Option[Axis], bandPosition: Option[Double], bin: Option[DescriptionBin], field: Option[Field], impute: Option[ImputeParams], scale: Option[Scale], sort: Option[SortUnion], stack: Option[Stack], timeUnit: Option[TimeUnitUnion], title: Option[LegendTitle], `type`: Option[Type], datum: Option[PrimitiveValue], value: Option[X])

X coordinates of the marks, or width of horizontal "bar" and "area" without specified x2 or width.

The value of this channel can be a number or a string "width" for the width of the plot.

Y coordinates of the marks, or height of vertical "bar" and "area" without specified y2 or height.

The value of this channel can be a number or a string "height" for the height of the plot.

Definition object for a constant value (primitive value or gradient definition) of an encoding channel.

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

Value members

Inherited methods

Inherited from:
Product