CrossBarAesthetics

interface CrossBarAesthetics : OptionsCapsule

Aesthetic properties supported by geomCrossbar().

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 linetype: Any?

Type of the lines. Accept codes or names (0 = "blank", 1 = "solid", 2 = "dashed", 3 = "dotted", 4 = "dotdash", 5 = "longdash", 6 = "twodash"), a hex string (up to 8 digits for dash-gap lengths), or a pattern offset to listOf(dash, gap, ...) / listOf(dash, gap, ...). For more info see: aesthetics.html#line-types.

Link copied to clipboard
abstract val size: Any?

Lines width.

Link copied to clipboard
abstract val width: Any?

Width of a bar. Typically ranges between 0 and 1. Values that are greater than 1 lead to overlapping of the bars.

Link copied to clipboard
abstract val x: Any?

X-axis coordinates for vertical bar / position of median for horizontal bar.

Link copied to clipboard
abstract val xmax: Any?

Upper bound for horizontal bar.

Link copied to clipboard
abstract val xmin: Any?

Lower bound for horizontal bar.

Link copied to clipboard
abstract val y: Any?

Y-axis coordinates for horizontal bar / position of median for vertical bar.

Link copied to clipboard
abstract val ymax: Any?

Upper bound for vertical bar.

Link copied to clipboard
abstract val ymin: Any?

Lower bound for vertical bar.