BarAesthetics

interface BarAesthetics : OptionsCapsule

Aesthetic properties supported by geomBar().

Inheritors

Properties

Link copied to clipboard
abstract val alpha: Any?

Transparency level of a layer. Understands numbers between 0 and 1.

Link copied to clipboard
abstract val color: Any?

Color of the geometry. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val fill: Any?

Fill color. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val size: Any?

Defines bar line width.

Link copied to clipboard
abstract val width: Any?

Width of a bar.

Link copied to clipboard
abstract val x: Any?

X-axis value (this value will produce cases or bins for bars).

Link copied to clipboard
abstract val y: Any?

Y-axis value (this value will be used to multiply the case's or bin's counts).