MergeMode
Defines how a ColumnCartesianLayer should draw columns in column collections.
Inheritors
Types
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.