GroupedHorizontalBarPlotScope

Receiver scope used by GroupedHorizontalBarPlot.

Parameters

X

The type of the x-axis values

Y

The type of the y-axis values

Functions

Link copied to clipboard
abstract fun series(defaultBar: DefaultHorizontalBarComposable<X, Y> = horizontalSolidBar(Color.Blue), content: HorizontalBarPlotScope<X, Y>.() -> Unit)

Starts a new series of bars to be plotted, with a defaultBar to use for rendering all bars in this series.