LineManager

interface LineManager

Manager for a single chart Line series and its points.

Properties

Link copied to clipboard
abstract val id: String

Unique identifier for this line.

Link copied to clipboard
abstract val line: Line

Underlying series model.

Link copied to clipboard
abstract val points: Points

Manager for points in this line.

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

Reactive state for this line.

Functions

Link copied to clipboard
abstract fun description(): String?

Current series description.

abstract fun description(value: String?)

Set series description.

Link copied to clipboard
abstract fun title(): String

Current series title.

abstract fun title(value: String)

Set series title.