Vertical Bi Convex Shape
Rectangle shape with convex shaped sides and an additional convex cutout at the bottom. Useful for Single Vertical Bar and Stacked Bars Plot rendering.
Primary constructor:
Parameters
The internal shape logic used for rendering.
Represents the element index within the series.
The VerticalBarPlotEntry used to construct the internal shape as well as the additional convex cutout.
Provides access to yAxisModel and acts as an implementation of XYGraphScope.
Properties
Functions
An area plot that draws data as points and lines with a filled area to a baseline.
An area plot that draws data as points and lines with a filled area to a baseline.
A Horizontal Bar Plot to be used in an XYGraph and that plots multiple series side-by-side.
A Vertical Bar Plot to be used in an XYGraph and that plots multiple series side-by-side.
Creates a Horizontal Bar Plot.
A HorizontalBarPlot to be used in an XYGraph and that plots data points as horizontal bars.
A HorizontalBarPlot to be used in an XYGraph and that plots a single series of data points as horizontal bars.
Factory function to create a Composable that emits a solid colored bar. Each bar features a convex shape on both its starting and ending sides. There's an additional convex cutout at the bottom of the bar.
Factory function to create a Composable that emits a solid colored bar. Each bar features a planar shape at one end and a convex shape at the other.
A line plot that draws data as points and lines on an XYGraph.
A line plot that draws data as points and lines on an XYGraph.
A Stacked Area Plot is like a line plot but with filled areas between lines, and where each successive line is added to all of the lines before it, so they stack.
A Horizontal Bar Plot to be used in an XYGraph and that plots multiple series as a stack of bars.
Composes a stacked horizontal bar plot. This is a convenience method which defers to HorizontalBarPlot. A stacked bar plot can be also achieved by placing multiple HorizontalBarPlots on an io.github.koalaplot.core.xygraph.XYGraph, one for each "layer" of bars.
A Vertical Bar Plot to be used in an XYGraph and that plots multiple series as a stack of bars.
Composes a stacked vertical bar plot. This is a convenience method which defers to VerticalBarPlot. A stacked bar plot can be also achieved by placing multiple VerticalBarPlots on an io.github.koalaplot.core.xygraph.XYGraph, one for each "layer" of bars.
An XY Chart that draws series as points and stairsteps between points.
A StairstepPlot that differentiate lineStyle&areaBaseline at each Y-values based on levelLineStyle.
An XY Chart that draws series as points and stairsteps between points.
A StairstepPlot that differentiate lineStyle&areaBaseline at each Y-values based on levelLineStyle.
Creates a Vertical Bar Plot.
A VerticalBarPlot to be used in an XYGraph and that plots data points as vertical bars.
A VerticalBarPlot to be used in an XYGraph and that plots a single series of data points as vertical bars.
Factory function to create a Composable that emits a solid colored bar. Each bar features a convex shape on both its starting and ending sides. There's an additional convex cutout at the bottom of the bar.
Factory function to create a Composable that emits a solid colored bar. Each bar features a planar starting side and a convex ending side.
Places a Composable as an annotation on an XYGraph with the Composable's anchorPoint placed at the provided location.