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