TemplateBoxPlotOptions

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

Constructors

Link copied to clipboard
constructor(allDataPointsVisibility: TemplateVisibility? = null, outlierVisibility: TemplateVisibility? = 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

Determines the visibility of the outlier in a box plot.

Link copied to clipboard

The style options of the box plot.