crossbar

class crossbar(    val x: Number? = null,     val ymin: Number? = null,     val ymax: Number? = null,     val y: Number? = null,     val xmin: Number? = null,     val xmax: Number? = null,     val width: Number? = null,     val alpha: Number? = null,     val color: Any? = null,     val fill: Any? = null,     val linetype: Any? = null,     val size: Number? = null,     val colorBy: String? = null,     val fillBy: String? = null,     val mapping: CrossBarMapping.() -> Unit = {}) : GeomOptions, CrossBarAesthetics, WithColorOption, WithFillOption

Constructors

Link copied to clipboard
constructor(    x: Number? = null,     ymin: Number? = null,     ymax: Number? = null,     y: Number? = null,     xmin: Number? = null,     xmax: Number? = null,     width: Number? = null,     alpha: Number? = null,     color: Any? = null,     fill: Any? = null,     linetype: Any? = null,     size: Number? = null,     colorBy: String? = null,     fillBy: String? = null,     mapping: CrossBarMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val alpha: Number? = null
Link copied to clipboard
open override val color: Any? = null
Link copied to clipboard
open override val colorBy: String? = null
Link copied to clipboard
open override val fill: Any? = null
Link copied to clipboard
open override val fillBy: String? = null
Link copied to clipboard
val kind: GeomKind
Link copied to clipboard
open override val linetype: Any? = null
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
Link copied to clipboard
open override val width: Number? = null
Link copied to clipboard
open override val x: Number? = null
Link copied to clipboard
open override val xmax: Number? = null
Link copied to clipboard
open override val xmin: Number? = null
Link copied to clipboard
open override val y: Number? = null
Link copied to clipboard
open override val ymax: Number? = null
Link copied to clipboard
open override val ymin: Number? = null