InternalLabelPosition

data class InternalLabelPosition(val position: Offset) : LabelPosition

Specifies positioning for a Pie Chart slice's internal label (the label is placed within the pie slice).

position specifies the offset of the label's top-left corner relative to the center of the Pie Chart, which is at the coordinate (0, 0), with positive values down and to the right.

Constructors

Link copied to clipboard
constructor(position: Offset)

Properties

Link copied to clipboard