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