Package io. data2viz. charts. chart. mark. internal
Types
CurveDelegate
Link copied to clipboard
FillDelegate
Link copied to clipboard
class FillDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasFill<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a color.
LabelDelegate
Link copied to clipboard
class LabelDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasLabel<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a Label.
SizeDelegate
Link copied to clipboard
class SizeDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasSize<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a size.
StrokeColorDelegate
Link copied to clipboard
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.
StrokeLineDelegate
Link copied to clipboard
class StrokeLineDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasStrokeLine<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a line dash style.
StrokeWidthDelegate
Link copied to clipboard
class StrokeWidthDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasStrokeWidth<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a stroke thickness.
SymbolDelegate
Link copied to clipboard
class SymbolDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasSymbol<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a Symbols.
Functions
drawLine
Link copied to clipboard
fun DrawingZone.drawLine(points: List<LinePoint>, curve: PathDrawer, joinMissingValues: Boolean)
Content copied to clipboard
drawPlot
Link copied to clipboard