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 inner donut hole.

Link copied to clipboard
interface Outer : PieSize

Defines the size of the pie’s outer portion.

Functions

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

Returns the radius for the available space.