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
Properties
Link copied to clipboard
Color of the band border. For more info see: aesthetics.html#color-and-fill.
Link copied to clipboard
Fill color. For more info see: aesthetics.html#color-and-fill.
Link copied to clipboard
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