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(columnSpacingDp: Float = Defaults.GROUPED_COLUMN_SPACING) : ColumnCartesianLayer.MergeMode

Groups columns with matching x values horizontally, positioning them columnSpacingDp dp 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.