DashboardBoxPlotOptionsArgs

data class DashboardBoxPlotOptionsArgs(val allDataPointsVisibility: Output<DashboardVisibility>? = null, val outlierVisibility: Output<DashboardVisibility>? = null, val styleOptions: Output<DashboardBoxPlotStyleOptionsArgs>? = null) : ConvertibleToJava<DashboardBoxPlotOptionsArgs>

Constructors

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

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