CartesianChartRanges

Stores a CartesianChart’s x and y ranges.

Inheritors

Types

Link copied to clipboard

An empty CartesianChartRanges implementation.

Link copied to clipboard
interface YRange

Holds information on a y range.

Properties

Link copied to clipboard
abstract val maxX: Double

The maximum x value.

Link copied to clipboard
abstract val minX: Double

The minimum x value.

Link copied to clipboard
open val xLength: Double

The difference between maxX and minX.

Link copied to clipboard
abstract val xStep: Double

The difference between neighboring major x values.

Functions

Link copied to clipboard

Returns the YRange associated with the given Axis.Position.Vertical subclass. If axisPosition is null or has no associated YRange, the global YRange is returned.