DefaultBarPosition

data class DefaultBarPosition<P>(val start: P, val end: P) : BarPosition<P>

A default implementation of the BarPosition interface.

Constructors

Link copied to clipboard
constructor(start: P, end: P)

Properties

Link copied to clipboard
open override val end: P

The highest value at which the bar ends

Link copied to clipboard
open override val start: P

The lowest value at which the bar begins