HasMarkDecorator

interface HasMarkDecorator<DOMAIN>

A mark that implements HasMarkDecorator allows to define a DatumDecorator for each of its Datums.

Properties

defaultMarkDecorator
Link copied to clipboard
common
abstract val defaultMarkDecorator: DatumDecorator<DOMAIN>
The default mark decorator for this Mark, if you use a custom DatumDecorator you may want to call defaultMarkDecorator(datum, x, y, drawingZone) to draw the expected sign.
markDecorator
Link copied to clipboard
common
abstract var markDecorator: DatumDecorator<DOMAIN>
The mark decorator lambda will be called on each point, use this to draw custom decorations for your signs.

Inheritors

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