Stroke Color Delegate
class StrokeColorDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasStrokeColor<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a color.
Constructors
StrokeColorDelegate
Link copied to clipboard
fun <DOMAIN> StrokeColorDelegate(dataset: Dataset<DOMAIN>, markConfig: MarkConfig)
Content copied to clipboard
Properties
strokeColor
Link copied to clipboard
The Dimension used to define the stroke color from a DOMAIN object.
strokeColorHighlight
Link copied to clipboard
The Dimension used to define the "highlighted" stroke color from a DOMAIN object.
strokeColorSelect
Link copied to clipboard
The Dimension used to define the "selected" stroke color from a DOMAIN object.