CartesianLayerRangeProvider

Defines a CartesianLayer’s x and y ranges.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun getMaxX(minX: Double, maxX: Double, extraStore: ExtraStore): Double

Returns the maximum x value.

Link copied to clipboard
open fun getMaxY(minY: Double, maxY: Double, extraStore: ExtraStore): Double

Returns the maximum y value.

Link copied to clipboard
open fun getMinX(minX: Double, maxX: Double, extraStore: ExtraStore): Double

Returns the minimum x value.

Link copied to clipboard
open fun getMinY(minY: Double, maxY: Double, extraStore: ExtraStore): Double

Returns the minimum y value.