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