band

class band(val xmin: Any? = null, val xmax: Any? = null, val ymin: Any? = null, val ymax: Any? = null, val alpha: Number? = null, val color: Any? = null, val fill: Any? = null, val size: Number? = null, val linetype: Any? = null, val colorBy: String? = null, val fillBy: String? = null, val mapping: BandMapping.() -> Unit = {}) : GeomOptions, BandAesthetics, WithColorOption, WithFillOption

Constructors

Link copied to clipboard
constructor(xmin: Any? = null, xmax: Any? = null, ymin: Any? = null, ymax: Any? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, linetype: Any? = null, colorBy: String? = null, fillBy: String? = null, mapping: BandMapping.() -> 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 band border. For more info see: aesthetics.html#color-and-fill.

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
open override val fill: Any? = null

Fill color. For more info see: aesthetics.html#color-and-fill.

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

default = "fill" ("fill", "color", "paint_a", "paint_b", "paint_c"). Defines the fill 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. Accept codes or names (0 = "blank", 1 = "solid", 2 = "dashed", 3 = "dotted", 4 = "dotdash", 5 = "longdash", 6 = "twodash"), a hex string (up to 8 digits for dash-gap lengths), or a pattern offset to listOf(dash, gap, ...) / listOf(dash, gap, ...). For more info see: aesthetics.html#line-types.

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

Defines band border width.

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

Upper bound for the vertical band.

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

Lower bound for the vertical band.

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

Upper bound for the horizontal band.

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

Lower bound for the horizontal band.