Fill Delegate
class FillDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasFill<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a color.
Constructors
FillDelegate
Link copied to clipboard
fun <DOMAIN> FillDelegate(dataset: Dataset<DOMAIN>, markConfig: MarkConfig)
Content copied to clipboard
Properties
fillHighlight
Link copied to clipboard
The Dimension used to define a filling color from a DOMAIN object.
fillSelect
Link copied to clipboard
The Dimension used to define a filling color from a DOMAIN object.