DashboardBoxPlotChartConfiguration

data class DashboardBoxPlotChartConfiguration(val boxPlotOptions: DashboardBoxPlotOptions? = null, val categoryAxis: DashboardAxisDisplayOptions? = null, val categoryLabelOptions: DashboardChartAxisLabelOptions? = null, val fieldWells: DashboardBoxPlotFieldWells? = null, val legend: DashboardLegendOptions? = null, val primaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, val primaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, val referenceLines: List<DashboardReferenceLine>? = null, val sortConfiguration: DashboardBoxPlotSortConfiguration? = null, val tooltip: DashboardTooltipOptions? = null, val visualPalette: DashboardVisualPalette? = null)

Constructors

Link copied to clipboard
constructor(boxPlotOptions: DashboardBoxPlotOptions? = null, categoryAxis: DashboardAxisDisplayOptions? = null, categoryLabelOptions: DashboardChartAxisLabelOptions? = null, fieldWells: DashboardBoxPlotFieldWells? = null, legend: DashboardLegendOptions? = null, primaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, primaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, referenceLines: List<DashboardReferenceLine>? = null, sortConfiguration: DashboardBoxPlotSortConfiguration? = null, tooltip: DashboardTooltipOptions? = null, visualPalette: DashboardVisualPalette? = 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
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.