y

open fun y(configLambda: Axis<DOMAIN, VALUE>.() -> Unit)

An initialization lambda for configuring the Y Axis used in this Mark.

abstract val y: Axis<DOMAIN, VALUE>

The Axis used to translate data values into a Y position.