Mark

data class Mark(val value: Double, val position: PositionType, val markup: String? = null)

A visual mark that can be set on Scale.

Parameters

value

The value used to position the mark on the Scale.

position

The position of the mark.

markup

The text displayed.

Constructors

Link copied to clipboard
constructor(value: Double, position: PositionType, markup: String? = null)

Properties

Link copied to clipboard
val markup: String? = null
Link copied to clipboard
val position: PositionType
Link copied to clipboard