HasFill

interface HasFill<DOMAIN>

A visual element that can change its filling color depending on the data.

Properties

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

Inheritors

AreaMark
Link copied to clipboard
BarMark
Link copied to clipboard
BoxPlotMark
Link copied to clipboard
FillDelegate
Link copied to clipboard