HasLegendDecorator

interface HasLegendDecorator<DOMAIN>

A mark that implements HasLegendDecorator allows to define a custom legend decorator.

Properties

defaultLegendDecorator
Link copied to clipboard
common
abstract val defaultLegendDecorator: DatumDecorator<DOMAIN>
The default legend decorator for a given Datum.
legendDecorator
Link copied to clipboard
common
abstract var legendDecorator: DatumDecorator<DOMAIN>
The legend decorator lambda will be called on each series, use this to draw custom decorations for your series.

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