CircleChartLabelTextConfig

constructor(textSize: TextUnit, fontStyle: FontStyle? = null, fontWeight: FontWeight? = null, fontFamily: FontFamily? = null, indicatorSize: Dp = 10.dp, maxLine: Int = 1, overflow: TextOverflow = TextOverflow.Ellipsis)

Parameters

textSize

The size of the text.

fontStyle

The style of the font.

fontWeight

The weight of the font.

fontFamily

The family of the font.

indicatorSize

The size of the label indicator.

maxLine

The maximum number of lines for the label text.

overflow

The text overflow behavior.