FillDelegate

class FillDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasFill<DOMAIN>

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

Constructors

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

Properties

fill
Link copied to clipboard
common
open override var fill: Dimension<DOMAIN, ColorOrGradient?>
The Dimension used to define a filling color from a DOMAIN object.
fillHighlight
Link copied to clipboard
common
open override var fillHighlight: Dimension<DOMAIN, ColorOrGradient?>
The Dimension used to define a filling color from a DOMAIN object.
fillSelect
Link copied to clipboard
common
open override var fillSelect: Dimension<DOMAIN, ColorOrGradient?>
The Dimension used to define a filling color from a DOMAIN object.