Error

class Error : Scheme

Types

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

Functions

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

array
Link copied to clipboard
common
var array: List<Number>
Sets the data corresponding the length of each error bar.
arrayminus
Link copied to clipboard
common
var arrayminus: List<Number>
Sets the data corresponding the length of each error bar in the bottom (left) direction for vertical (horizontal) bars.
color
Link copied to clipboard
common
val color: Color
Sets the stoke color of the error bars.
defaultLayer
Link copied to clipboard
common
open val defaultLayer: Meta
descriptor
Link copied to clipboard
common
override var descriptor: NodeDescriptor?
symmetric
Link copied to clipboard
common
var symmetric: Boolean?
Determines whether or not the error bars have the same length in both direction (top/bottom for vertical bars, left/right for horizontal bars.
thickness
Link copied to clipboard
common
var thickness: Number
Sets the thickness (in px) of the error bars.
traceref
Link copied to clipboard
common
var traceref: Int
Integer greater than or equal to 0.
tracerefminus
Link copied to clipboard
common
var tracerefminus: Int
Integer greater than or equal to 0.
type
Link copied to clipboard
common
var type: ErrorType
Enumerated , one of ("percent" | "constant" | "sqrt" | "data") Determines the rule used to generate the error bars.
value
Link copied to clipboard
common
var value: Number
Number greater than or equal to 0.
valueminus
Link copied to clipboard
common
var valueminus: Number
Number greater than or equal to 0.
visible
Link copied to clipboard
common
var visible: Boolean?
Determines whether or not this set of error bars is visible.
width
Link copied to clipboard
common
var width: Number
Sets the width (in px) of the cross-bar at both ends of the error bars.