AxisEditor

interface AxisEditor

Editor for a chart Axis, controlling label and numeric bounds.

Properties

Link copied to clipboard
abstract val axis: Axis

Underlying axis model.

Link copied to clipboard
abstract val state: Live<AxisEditorState>

Reactive state for axis validity and visibility.

Functions

Link copied to clipboard
abstract fun label(value: String)

Set axis label text. Affects legend/axis rendering.

Link copied to clipboard
abstract fun max(value: Double?)

Set maximum bound; null clears the bound.

Link copied to clipboard
abstract fun min(value: Double?)

Set minimum bound; null clears the bound.