PieSize

interface PieSize

Defines the size of a pie-chart component.

Inheritors

Types

Link copied to clipboard
interface Inner : PieSize

Defines the size of the donut hole.

Link copied to clipboard
interface Outer : PieSize

Defines the size of a slice’s outer boundary.

Functions

Link copied to clipboard
abstract fun getRadius(context: MeasuringContext, availableWidth: Float, availableHeight: Float): Float

Returns the radius for the available width and height.