PieChartStyle

class PieChartStyle(modifier: Modifier, val chartContainerStyle: ChartContainerStyle, val donut: PieChartDonutStyle, val slices: PieChartSlicesStyle, val border: PieChartBorderStyle, val legend: LegendStyle)(source)

The style for a Pie Chart, grouped into cohesive sub-styles.

Constructors

Link copied to clipboard
constructor(modifier: Modifier, chartContainerStyle: ChartContainerStyle, donut: PieChartDonutStyle, slices: PieChartSlicesStyle, border: PieChartBorderStyle, legend: LegendStyle)

Properties

Link copied to clipboard

The border configuration of the chart.

Link copied to clipboard

The shared container/layout presentation.

Link copied to clipboard

The donut configuration of the chart.

Link copied to clipboard

The legend configuration of the chart.

Link copied to clipboard

The slice configuration of the chart.