HasStrokeColor

interface HasStrokeColor<DOMAIN>

A visual element which stroke color can change depending on the data.

Properties

strokeColor
Link copied to clipboard
common
abstract var strokeColor: Dimension<DOMAIN, Color?>
The Dimension used to define the stroke color from a DOMAIN object.
strokeColorHighlight
Link copied to clipboard
common
abstract var strokeColorHighlight: Dimension<DOMAIN, Color?>
The Dimension used to define the "highlighted" stroke color from a DOMAIN object.
strokeColorSelect
Link copied to clipboard
common
abstract var strokeColorSelect: Dimension<DOMAIN, Color?>
The Dimension used to define the "selected" stroke color from a DOMAIN object.

Inheritors

AreaMark
Link copied to clipboard
BarMark
Link copied to clipboard
BoxPlotMark
Link copied to clipboard
LineMark
Link copied to clipboard
PlotMark
Link copied to clipboard
StrokeColorDelegate
Link copied to clipboard