DonutOptions

The options for configuring a donut chart or pie chart.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The option for define the arc of the chart shape. Valid values are as follows:

Link copied to clipboard

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

Functions

Link copied to clipboard
inline fun copy(block: DonutOptions.Builder.() -> Unit = {}): DonutOptions
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