TemplateBoxPlotChartConfiguration

data class TemplateBoxPlotChartConfiguration(val boxPlotOptions: TemplateBoxPlotOptions? = null, val categoryAxis: TemplateAxisDisplayOptions? = null, val categoryLabelOptions: TemplateChartAxisLabelOptions? = null, val fieldWells: TemplateBoxPlotFieldWells? = null, val interactions: TemplateVisualInteractionOptions? = null, val legend: TemplateLegendOptions? = null, val primaryYAxisDisplayOptions: TemplateAxisDisplayOptions? = null, val primaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, val referenceLines: List<TemplateReferenceLine>? = null, val sortConfiguration: TemplateBoxPlotSortConfiguration? = null, val tooltip: TemplateTooltipOptions? = null, val visualPalette: TemplateVisualPalette? = null)

Constructors

Link copied to clipboard
constructor(boxPlotOptions: TemplateBoxPlotOptions? = null, categoryAxis: TemplateAxisDisplayOptions? = null, categoryLabelOptions: TemplateChartAxisLabelOptions? = null, fieldWells: TemplateBoxPlotFieldWells? = null, interactions: TemplateVisualInteractionOptions? = null, legend: TemplateLegendOptions? = null, primaryYAxisDisplayOptions: TemplateAxisDisplayOptions? = null, primaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, referenceLines: List<TemplateReferenceLine>? = null, sortConfiguration: TemplateBoxPlotSortConfiguration? = null, tooltip: TemplateTooltipOptions? = null, visualPalette: TemplateVisualPalette? = null)

Types

Link copied to clipboard
object Companion

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
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

The tooltip display setup of the visual.

Link copied to clipboard

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