CircleChartLabelTextConfig

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

Configuration options for the labels in a circle chart.

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.

Constructors

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

Properties

Link copied to clipboard
val fontFamily: FontFamily? = null
Link copied to clipboard
val fontStyle: FontStyle? = null
Link copied to clipboard
val fontWeight: FontWeight? = null
Link copied to clipboard
Link copied to clipboard
val maxLine: Int = 1
Link copied to clipboard
Link copied to clipboard