Label Delegate
class LabelDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasLabel<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a Label.
Constructors
LabelDelegate
Link copied to clipboard
fun <DOMAIN> LabelDelegate(dataset: Dataset<DOMAIN>, markConfig: MarkConfig)
Content copied to clipboard