Circle Chart Label Text Config
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
text Size
The size of the text.
font Style
The style of the font.
font Weight
The weight of the font.
font Family
The family of the font.
indicator Size
The size of the label indicator.
max Line
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)