PieAesthetics

interface PieAesthetics : OptionsCapsule

Aesthetic properties supported by geomPie().

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 inner and outer arcs of pie sector. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
abstract val explode: Any?

Values to explode slices away from their center point, detaching it from the main pie.

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?

Pie diameter.

Link copied to clipboard
abstract val slice: Any?

Values associated to pie sectors.

Link copied to clipboard
abstract val stroke: Any?

Width of inner and outer arcs of pie sector.

Link copied to clipboard
abstract val x: Any?

X-axis value.

Link copied to clipboard
abstract val y: Any?

Y-axis value.