MarkerLine

class MarkerLine : Scheme, Line

Types

Companion
Link copied to clipboard
common
object Companion : SchemeSpec<MarkerLine>

Functions

colors
Link copied to clipboard
common
fun colors(colors: Iterable<Any>)
getItem
Link copied to clipboard
common
open override fun getItem(name: Name): MetaItem?
onChange
Link copied to clipboard
common
open override fun onChange(owner: Any?, action: (Name, MetaItem?, MetaItem?) -> Unit)
removeListener
Link copied to clipboard
common
open override fun removeListener(owner: Any?)
setItem
Link copied to clipboard
common
open override fun setItem(name: Name, item: MetaItem?)
toMeta
Link copied to clipboard
common
open override fun toMeta(): Laminate
validateItem
Link copied to clipboard
common
open fun validateItem(name: Name, item: MetaItem?): Boolean

Properties

autocolorscale
Link copied to clipboard
common
var autocolorscale: Boolean?
Determines whether the colorscale is a default palette (true) or the palette determined by colorscale.
cauto
Link copied to clipboard
common
var cauto: Boolean?
Determines whether or not the color domain is computed with respect to the input data (here in color) or the bounds set in cmin and cmax Has an effect only if in color is set to a numerical array.
cmax
Link copied to clipboard
common
var cmax: Number?
Sets the upper bound of the color domain.
cmid
Link copied to clipboard
common
var cmid: Number?
Sets the mid-point of the color domain by scaling cmin and/or cmax to be equidistant to this point.
cmin
Link copied to clipboard
common
var cmin: Number?
Sets the lower bound of the color domain.
color
Link copied to clipboard
common
open override val color: Color
Sets themarker.linecolor.
colorscale
Link copied to clipboard
common
var colorscale: Value?
Sets the colorscale.
defaultLayer
Link copied to clipboard
common
open val defaultLayer: Meta
descriptor
Link copied to clipboard
common
override var descriptor: NodeDescriptor?
outliercolor
Link copied to clipboard
common
val outliercolor: Color
Sets the border line color of the outlier sample points.
outlierwidth
Link copied to clipboard
common
var outlierwidth: Number
Sets the border line width (in px) of the outlier sample points.
reversescale
Link copied to clipboard
common
var reversescale: Boolean?
Reverses the color mapping if true.
width
Link copied to clipboard
common
open override var width: Number
Number greater than or equal to 0.
widthList
Link copied to clipboard
common
open override var widthList: List<Number>
Array of numbers greater than or equal to 0.