TemplateBoxPlotOptions

data class TemplateBoxPlotOptions(val allDataPointsVisibility: Any? = null, val outlierVisibility: Any? = null, val styleOptions: TemplateBoxPlotStyleOptions? = null)

Constructors

Link copied to clipboard
constructor(allDataPointsVisibility: Any? = null, outlierVisibility: Any? = null, styleOptions: TemplateBoxPlotStyleOptions? = null)

Types

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
val outlierVisibility: Any? = null

Determines the visibility of the outlier in a box plot.

Link copied to clipboard

The style options of the box plot.