BoxPlotOptions

The options of a box plot visual.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the visibility of all data points of the box plot.

Link copied to clipboard

Determines the visibility of the outlier in a box plot.

Link copied to clipboard

The style options of the box plot.

Functions

Link copied to clipboard
inline fun copy(block: BoxPlotOptions.Builder.() -> Unit = {}): BoxPlotOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String