Pie Chart Style
class PieChartStyle(val modifier: Modifier, val chartViewStyle: ChartViewStyle, val donutPercentage: Float, var pieColors: List<Color>, val pieColor: Color, val pieAlpha: Float, val borderColor: Color, val borderWidth: Float, val legendVisible: Boolean) : Style
A class that defines the style for a Pie Chart.
Constructors
Properties
Link copied to clipboard
The color of the border around the pie chart.
Link copied to clipboard
The width of the border around the pie chart.
Link copied to clipboard
The style to be applied to the chart view.
Link copied to clipboard
The percentage of the chart that should be a donut hole. Must be between DONUT_MIN_PERCENTAGE and DONUT_MAX_PERCENTAGE.
Link copied to clipboard
A boolean indicating whether the legend is visible.