plot-api / jetbrains.letsPlot / Geom / vline

vline

class vline : VLineAesthetics, GeomOptions

Constructors

<init>

vline(xintercept: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: VLineMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

color

val color: Any?

linetype

val linetype: Any?

parameters

val parameters: Options

size

val size: Number?

xintercept

val xintercept: Double?