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 straight horizontal lines to a plot class geom_vline : VLineAesthetics, LayerBase
|
VLineMapping |
class VLineMapping : VLineAesthetics, WithGroupOption |