qq

class qq(val alpha: Number? = null, val color: Any? = null, val fill: Any? = null, val shape: Any? = null, val size: Number? = null, val stroke: Number? = null, val colorBy: String? = null, val fillBy: String? = null, val mapping: QQMapping.() -> Unit = {}) : GeomOptions, QQAesthetics, WithColorOption, WithFillOption

Constructors

Link copied to clipboard
constructor(alpha: Number? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Number? = null, stroke: Number? = null, colorBy: String? = null, fillBy: String? = null, mapping: QQMapping.() -> 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
val mapping: Options
Link copied to clipboard
open override val parameters: Options
Link copied to clipboard
open override val shape: Any? = null
Link copied to clipboard
open override val size: Number? = null
Link copied to clipboard
open override val stroke: Number? = null