RadialAxisModel

interface RadialAxisModel<T>

A model for a radial axis that transforms from axis space to drawing space.

Inheritors

Properties

Link copied to clipboard
abstract val tickValues: List<T>

Provides a list of tick values that should be rendered for the axis.

Functions

Link copied to clipboard
abstract fun computeOffset(point: T): Float

Transforms the provided point in this axis space to the fraction representing the point's distance from the origin relative to the overall axis length.