Package-level declarations

Functions

Link copied to clipboard
fun horizontalLegend(items: Collection<LegendItem>, iconSize: Dp, iconPadding: Dp, lineSpacing: Dp = 0.dp, spacing: Dp = 0.dp, padding: MutableDimensions = emptyDimensions()): HorizontalLegend

Creates a HorizontalLegend.

Link copied to clipboard

Defines the appearance of an item of a Legend.

Link copied to clipboard
fun verticalLegend(items: Collection<LegendItem>, iconSize: Dp, iconPadding: Dp, spacing: Dp = 0.dp, padding: MutableDimensions = emptyDimensions()): VerticalLegend

Creates a VerticalLegend.

Link copied to clipboard

Defines the appearance of an item of a VerticalLegend.