vline

class vline(val xintercept: Any? = null, val alpha: Number? = null, val color: Any? = null, val linetype: Any? = null, val size: Number? = null, val colorBy: String? = null, val mapping: VLineMapping.() -> Unit = {}) : GeomOptions, VLineAesthetics, WithColorOption

Constructors

Link copied to clipboard
constructor(xintercept: Any? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, colorBy: String? = null, mapping: VLineMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val alpha: Number? = null

Transparency level of a layer. Understands numbers between 0 and 1.

Link copied to clipboard
open override val color: Any? = null

Color of the geometry.

Link copied to clipboard
open override val colorBy: String? = null

default = "color" ("fill", "color", "paint_a", "paint_b", "paint_c"). Defines the color aesthetic for the layer.

Link copied to clipboard
val kind: GeomKind
Link copied to clipboard
open override val linetype: Any? = null

Type of the line.

Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val parameters: Options
Link copied to clipboard
open override val size: Number? = null

Lines width.

Link copied to clipboard
open override val xintercept: Any? = null

Line x-intercept.