DashboardDonutOptionsArgs

data class DashboardDonutOptionsArgs(val arcOptions: Output<DashboardArcOptionsArgs>? = null, val donutCenterOptions: Output<DashboardDonutCenterOptionsArgs>? = null) : ConvertibleToJava<DashboardDonutOptionsArgs>

Constructors

Link copied to clipboard
constructor(arcOptions: Output<DashboardArcOptionsArgs>? = null, donutCenterOptions: Output<DashboardDonutCenterOptionsArgs>? = null)

Properties

Link copied to clipboard
val arcOptions: Output<DashboardArcOptionsArgs>? = null

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
open override fun toJava(): DashboardDonutOptionsArgs