Hoverlabel
Properties
Link copied to clipboard
Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines.
Link copied to clipboard
Sets the border color of the hover labels for this trace.
Link copied to clipboard
Link copied to clipboard
Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to namelength - 3
characters and add an ellipsis.
Link copied to clipboard
Complementary property to namelength to allow passing a list of lengths.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Scheme.numberGreaterThan(minValue: Number, default: Number = minValue, key: Name? = null): ReadWriteProperty<Any?, Number>
A safe Number ray
Link copied to clipboard
fun Scheme.numberInRange(range: ClosedRange<Double>, key: Name? = null): ReadWriteProperty<Any?, Number>
A safe Number range
Link copied to clipboard
Convert any type-safe configurator to json string