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

VLineAesthetics

interface VLineAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

linetype

abstract val linetype: Any?

size

abstract val size: Any?

xIntercept

abstract val xIntercept: Any?

Functions

seal

open fun seal(): Options

Inheritors

geom_vline

Add straight horizontal lines to a plot

class geom_vline : VLineAesthetics, LayerBase

VLineMapping

class VLineMapping : VLineAesthetics, WithGroupOption