PointEditor

interface PointEditor

Editor for a chart Point within a series.

Properties

Link copied to clipboard
abstract val point: Point

Underlying point model.

Functions

Link copied to clipboard
abstract fun label(): String

Current point label.

abstract fun label(value: String)

Set point label.

Link copied to clipboard
abstract fun x(): Double

Current point X value.

abstract fun x(value: Double)

Set point X value.

Link copied to clipboard
abstract fun y(): Double

Current point Y value.

abstract fun y(value: Double)

Set point Y value.