SizeDelegate

class SizeDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasSize<DOMAIN>

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

Constructors

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

Properties

size
Link copied to clipboard
common
open override var size: Dimension<DOMAIN, Double?>
The Dimension used to define the size of a sign from a DOMAIN object.