PieChartBorderStyle

data class PieChartBorderStyle(val width: Dp, val color: Color)(source)

Border configuration for a PieChartStyle.

Constructors

Link copied to clipboard
constructor(width: Dp, color: Color)

Properties

Link copied to clipboard

The color of the border around the pie chart.

Link copied to clipboard
val width: Dp

The width of the border around the pie chart.