plot-api / jetbrains.letsPlot / Geom / vline

vline

class vline : VLineAesthetics, GeomOptions

Constructors

<init>

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

Properties

alpha

val alpha: Double?

color

val color: Any?

linetype

val linetype: Any?

parameters

val parameters: Options

size

val size: Double?

xIntercept

val xIntercept: Double?