YRange

interface YRange

Holds information on a y range.

Inheritors

Properties

Link copied to clipboard
abstract val length: Double

The difference between maxY and minY.

Link copied to clipboard
abstract val maxY: Double

The maximum y value.

Link copied to clipboard
abstract val minY: Double

The minimum y value.