core
/
io.data2viz.charts.chart.mark
/
MarkY
common
Mark
Y
interface
MarkY
<
DOMAIN
,
VALUE
>
Content copied to clipboard
A
Mark
that can display itself along a Y
Axis
.
Functions
Properties
Inheritors
Functions
y
Link copied to clipboard
common
open fun
y
(configLambda:
Axis
<
DOMAIN
,
VALUE
>.() ->
Unit
)
Content copied to clipboard
An initialization lambda for configuring the Y
Axis
used in this
Mark
.
Properties
y
Link copied to clipboard
common
abstract val
y
:
Axis
<
DOMAIN
,
VALUE
>
Content copied to clipboard
The
Axis
used to translate data values into a Y position.
yAxisConfig
Link copied to clipboard
common
abstract val
yAxisConfig
:
AxisConfig
Content copied to clipboard
The configuration object
AxisConfig
used for the Y axis.
Inheritors
MarkXY
Link copied to clipboard