class BoxplotMapping : BoxplotAesthetics, WithGroupOption
<init> |
BoxplotMapping(alpha: Any? = null, color: Any? = null, fill: Any? = null, size: Any? = null, linetype: Any? = null, shape: Any? = null, weight: Any? = null, group: Any? = null) |
alpha |
var alpha: Any? |
color |
var color: Any? |
fill |
var fill: Any? |
group |
var group: Any? |
linetype |
var linetype: Any? |
shape |
var shape: Any? |
size |
var size: Any? |
weight |
var weight: Any? |
seal |
fun seal(): Options
|