Companion

object Companion

Houses Zoom singletons and factory functions.

Properties

Link copied to clipboard

Ensures all of the CartesianChart’s content is visible.

Functions

Link copied to clipboard
fun max(a: Zoom, b: Zoom): Zoom

Uses the greater of a’s zoom factor and b’s zoom factor.

Link copied to clipboard
fun min(a: Zoom, b: Zoom): Zoom

Uses the smaller of a’s zoom factor and b’s zoom factor.

Link copied to clipboard
fun static(value: Float = 1.0f): Zoom

Uses a zoom factor of value.

Link copied to clipboard
fun x(x: Double): Zoom

Ensures the specified number of x units is visible.