plot-api / jetbrains.letsPlot.intern.layer.geom / HLineMapping

HLineMapping

class HLineMapping : HLineAesthetics, WithGroupOption

Constructors

<init>

HLineMapping(yintercept: Any? = null, alpha: Any? = null, color: Any? = null, linetype: Any? = null, size: Any? = null, group: Any? = null)

Properties

alpha

var alpha: Any?

color

var color: Any?

group

var group: Any?

linetype

var linetype: Any?

size

var size: Any?

yintercept

var yintercept: Any?

Functions

seal

fun seal(): Options