Stacked Horizontal Bar Plot Scope
Receiver scope used by StackedHorizontalBarPlot.
Functions
Link copied to clipboard
abstract fun series(defaultBar: DefaultHorizontalBarComposable<X, Y> = horizontalSolidBar(Color.Blue), content: StackedHorizontalBarPlotSeriesScope<X, Y>.() -> Unit)
Starts a new series of bars to be plotted, with a defaultBar to use for rendering all bars in this series.