TemplateBoxPlotChartConfigurationArgs

data class TemplateBoxPlotChartConfigurationArgs(val boxPlotOptions: Output<TemplateBoxPlotOptionsArgs>? = null, val categoryAxis: Output<TemplateAxisDisplayOptionsArgs>? = null, val categoryLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val fieldWells: Output<TemplateBoxPlotFieldWellsArgs>? = null, val interactions: Output<TemplateVisualInteractionOptionsArgs>? = null, val legend: Output<TemplateLegendOptionsArgs>? = null, val primaryYAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, val primaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val referenceLines: Output<List<TemplateReferenceLineArgs>>? = null, val sortConfiguration: Output<TemplateBoxPlotSortConfigurationArgs>? = null, val tooltip: Output<TemplateTooltipOptionsArgs>? = null, val visualPalette: Output<TemplateVisualPaletteArgs>? = null) : ConvertibleToJava<TemplateBoxPlotChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(boxPlotOptions: Output<TemplateBoxPlotOptionsArgs>? = null, categoryAxis: Output<TemplateAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, fieldWells: Output<TemplateBoxPlotFieldWellsArgs>? = null, interactions: Output<TemplateVisualInteractionOptionsArgs>? = null, legend: Output<TemplateLegendOptionsArgs>? = null, primaryYAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, primaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, referenceLines: Output<List<TemplateReferenceLineArgs>>? = null, sortConfiguration: Output<TemplateBoxPlotSortConfigurationArgs>? = null, tooltip: Output<TemplateTooltipOptionsArgs>? = null, visualPalette: Output<TemplateVisualPaletteArgs>? = null)

Properties

Link copied to clipboard

The box plot chart options for a box plot visual

Link copied to clipboard

The label display options (grid line, range, scale, axis step) of a box plot category.

Link copied to clipboard

The label options (label text, label visibility and sort Icon visibility) of a box plot category.

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard

The general visual interactions setup for a visual.

Link copied to clipboard
val legend: Output<TemplateLegendOptionsArgs>? = null
Link copied to clipboard

The label display options (grid line, range, scale, axis step) of a box plot category.

Link copied to clipboard

The label options (label text, label visibility and sort icon visibility) of a box plot value.

Link copied to clipboard

The reference line setup of the visual.

Link copied to clipboard

The sort configuration of a BoxPlotVisual .

Link copied to clipboard
val tooltip: Output<TemplateTooltipOptionsArgs>? = null

The tooltip display setup of the visual.

Link copied to clipboard

The palette (chart color) display setup of the visual.

Functions

Link copied to clipboard
open override fun toJava(): TemplateBoxPlotChartConfigurationArgs