LabelDelegate

class LabelDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasLabel<DOMAIN>

(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a Label.

Constructors

LabelDelegate
Link copied to clipboard
common
fun <DOMAIN> LabelDelegate(dataset: Dataset<DOMAIN>, markConfig: MarkConfig)

Properties

label
Link copied to clipboard
common
open override var label: DiscreteDimension<DOMAIN, MarkLabel>
The Dimension used to decide whether or not you should display a label on a Mark.