point
class point(val x: Number? = null, val y: Number? = null, 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 angle: Number? = null, val sizeUnit: String? = null, val colorBy: String? = null, val fillBy: String? = null, val mapping: PointMapping.() -> Unit = {}) : GeomOptions, PointAesthetics, WithSizeUnitOption, WithColorOption, WithFillOption
Constructors
Link copied to clipboard
constructor(x: Number? = null, y: Number? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, shape: Any? = null, size: Number? = null, stroke: Number? = null, angle: Number? = null, sizeUnit: String? = null, colorBy: String? = null, fillBy: String? = null, mapping: PointMapping.() -> Unit = {})