class ABLineMapping : ABLineAesthetics, WithGroupOption
<init> |
ABLineMapping(slope: Any? = null, intercept: Any? = null, alpha: Any? = null, color: Any? = null, linetype: Any? = null, size: Any? = null, group: Any? = null) |
alpha |
var alpha: Any? |
color |
var color: Any? |
group |
var group: Any? |
intercept |
var intercept: Any? |
linetype |
var linetype: Any? |
size |
var size: Any? |
slope |
var slope: Any? |
seal |
fun seal(): Options
|