Grouped

class Grouped(columnSpacingDp: Float = Defaults.GROUPED_COLUMN_SPACING) : ColumnCartesianLayer.MergeMode

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

Constructors

Link copied to clipboard
constructor(columnSpacingDp: Float = Defaults.GROUPED_COLUMN_SPACING)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getMaxY(model: ColumnCartesianLayerModel): Double

Returns the maximum y value.

Link copied to clipboard
open override fun getMinY(model: ColumnCartesianLayerModel): Double

Returns the minimum y value.

Link copied to clipboard
open override fun hashCode(): Int