Internal

data class Internal(val radius: Float = 0.7f) : PieLabelPlacement

Specify that all pie chart labels should be placed within the individual pie slices. If the label does not fit, it will not be shown.

Parameters

radius

Radial position of the label Composable relative to the slice outer radius, between 0 and 1

Constructors

Link copied to clipboard
constructor(radius: Float = 0.7f)

Properties

Link copied to clipboard
val radius: Float = 0.7f