class pointrange : PointRangeAesthetics, GeomOptions
<init> |
pointrange(x: Double? = null, y: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, shape: Any? = null, size: Number? = null, mapping: PointRangeMapping.() -> Unit = {}) |
alpha |
val alpha: Number? |
color |
val color: Any? |
fill |
val fill: Any? |
linetype |
val linetype: Any? |
parameters |
val parameters: Options |
shape |
val shape: Any? |
size |
val size: Number? |
x |
val x: Double? |
y |
val y: Double? |
ymax |
val ymax: Double? |
ymin |
val ymin: Double? |