CircleChartConfig

data class CircleChartConfig(val startAngle: StartAngle = StartAngle.Zero, val maxValue: Float?, val showLabel: Boolean)

Configuration options for a circle chart.

Parameters

startAngle

The start angle of the chart.

maxValue

The maximum value of the chart.

showLabel

Whether to show labels on the chart.

Constructors

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

Properties

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