plot-api / jetbrains.letsPlot / Geom / hline

hline

class hline : HLineAesthetics, GeomOptions

Constructors

<init>

hline(yintercept: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, mapping: HLineMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

color

val color: Any?

linetype

val linetype: Any?

parameters

val parameters: Options

size

val size: Number?

yintercept

val yintercept: Double?