TemplateBoxPlotOptionsArgs

data class TemplateBoxPlotOptionsArgs(val allDataPointsVisibility: Output<Any>? = null, val outlierVisibility: Output<Any>? = null, val styleOptions: Output<TemplateBoxPlotStyleOptionsArgs>? = null) : ConvertibleToJava<TemplateBoxPlotOptionsArgs>

Constructors

Link copied to clipboard
constructor(allDataPointsVisibility: Output<Any>? = null, outlierVisibility: Output<Any>? = null, styleOptions: Output<TemplateBoxPlotStyleOptionsArgs>? = null)

Properties

Link copied to clipboard
val allDataPointsVisibility: Output<Any>? = null

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

Link copied to clipboard
val outlierVisibility: Output<Any>? = null

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
open override fun toJava(): TemplateBoxPlotOptionsArgs