interface VLineAesthetics : OptionsCapsule
alpha |
abstract val alpha: Any? |
color |
abstract val color: Any? |
linetype |
abstract val linetype: Any? |
size |
abstract val size: Any? |
xintercept |
abstract val xintercept: Any? |
seal |
open fun seal(): Options |
geom_vline |
Add a straight vertical line to the plot. class geom_vline : VLineAesthetics, LayerBase
|
VLineMapping |
class VLineMapping : VLineAesthetics, WithGroupOption |