PieChartConfig

data class PieChartConfig(val donut: Boolean, val showLabel: Boolean, val startAngle: StartAngle = StartAngle.Zero)

Immutable data class representing the configuration options for a pie chart.

Parameters

donut

Indicates whether the pie chart should be rendered as a donut.

showLabel

Indicates whether labels should be shown for each pie slice.

startAngle

The starting angle of the pie chart.

Constructors

Link copied to clipboard
constructor(donut: Boolean, showLabel: Boolean, startAngle: StartAngle = StartAngle.Zero)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard