ColumnProvider

interface ColumnProvider

Provides column LineComponents to ColumnCartesianLayers.

Types

Link copied to clipboard
object Companion

Houses ColumnProvider factory functions.

Functions

Link copied to clipboard
abstract fun getColumn(entry: ColumnCartesianLayerModel.Entry, seriesIndex: Int, extraStore: ExtraStore): LineComponent

Returns the LineComponent for the column with the given properties.

Link copied to clipboard
abstract fun getWidestSeriesColumn(seriesIndex: Int, extraStore: ExtraStore): LineComponent

Returns the widest column LineComponent for the specified series.