PieChartModel

Stores a PieChart's data.

Types

Link copied to clipboard
class Builder

Builds PieChartModel.Partial instances.

Link copied to clipboard
object Companion
Link copied to clipboard
class Entry(val value: Float)

Represents a single pie entry.

Link copied to clipboard

Stores the minimum amount of data required to create a PieChartModel.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sum: Float

The sum of all Entry.values.

Functions

Link copied to clipboard
fun copy(extraStore: ExtraStore): PieChartModel

Creates an immutable copy of this PieChartModel with extraStore.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String