FloatRadialAxisModel

A model for a radial axis that uses Float values and is linear.

Parameters

tickValues

Values for each tick on the axis. Must have at least 2 values.

Constructors

Link copied to clipboard
constructor(tickValues: List<Float>)

Properties

Link copied to clipboard
open override val tickValues: List<Float>

Functions

Link copied to clipboard
open override fun computeOffset(point: Float): 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.