MergeMode

sealed interface MergeMode

Defines how a ColumnCartesianLayer should draw columns in column collections.

Inheritors

Types

Link copied to clipboard
object Companion

Provides access to MergeMode factory functions.

Link copied to clipboard
class Grouped(columnSpacing: Dp = Defaults.GROUPED_COLUMN_SPACING.dp) : ColumnCartesianLayer.MergeMode

Groups columns with matching x values horizontally, positioning them columnSpacing apart.

Link copied to clipboard

Stacks columns with matching x values.

Functions

Link copied to clipboard

Returns the maximum y value.

Link copied to clipboard

Returns the minimum y value.