DataLabelType

The option that determines the data label type.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Types

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

Properties

Link copied to clipboard

The option that specifies individual data values for labels.

Link copied to clipboard

Determines the label configuration for the entire field.

Link copied to clipboard

Determines the label configuration for the maximum value in a visual.

Link copied to clipboard

Determines the label configuration for the minimum value in a visual.

Link copied to clipboard

Determines the label configuration for range end value in a visual.

Functions

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