LollipopParameters

interface LollipopParameters : OptionsCapsule

Properties for parameters of geomLollipop().

Inheritors

Properties

Link copied to clipboard
abstract val dir: String?

Direction of the lollipop stick. Possible values: "v" for vertical, "h" for horizontal, "s" for orthogonal to the baseline.

Link copied to clipboard
abstract val fatten: Number?

A multiplicative factor applied to size of the point.

Link copied to clipboard
abstract val intercept: Number?

The value of y at the point where the baseline crosses the y-axis.

Link copied to clipboard
abstract val slope: Number?

The baseline slope.