BarPosition

interface BarPosition<P>

An interface that defines the dependent axis position of bars on a bar plot, e.g., y-axis coordinates for a vertical bar plot.

Inheritors

Properties

Link copied to clipboard
abstract val end: P

The highest value at which the bar ends

Link copied to clipboard
abstract val start: P

The lowest value at which the bar begins