Package-level declarations

Types

Link copied to clipboard

A basic implementation of AxisRenderer used throughout the library.

Link copied to clipboard
interface AxisItemPlacer

Determines for what values an Axis is to display labels, ticks, and guidelines.

Link copied to clipboard
open class AxisManager

Manages a chart’s axes, setting their bounds and drawing them.

Link copied to clipboard
sealed class AxisPosition

Defines the position of an axis relative to its Chart.

Link copied to clipboard

Defines the minimal set of properties and functions required by other parts of the library to draw an axis.

Functions

Link copied to clipboard

Provides a quick way to create an axis. Creates an Axis.Builder instance, calls the provided function block with the Axis.Builder instance as its receiver, and returns the Axis.Builder instance.

Link copied to clipboard

A convenience function that allows for applying the properties from an Axis.Builder to an Axis subclass.