Dashboard Box Plot Chart Configuration Args
data class DashboardBoxPlotChartConfigurationArgs(val boxPlotOptions: Output<DashboardBoxPlotOptionsArgs>? = null, val categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, val categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val fieldWells: Output<DashboardBoxPlotFieldWellsArgs>? = null, val interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val primaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, val primaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val referenceLines: Output<List<DashboardReferenceLineArgs>>? = null, val sortConfiguration: Output<DashboardBoxPlotSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null) : ConvertibleToJava<DashboardBoxPlotChartConfigurationArgs>
Constructors
Link copied to clipboard
constructor(boxPlotOptions: Output<DashboardBoxPlotOptionsArgs>? = null, categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, fieldWells: Output<DashboardBoxPlotFieldWellsArgs>? = null, interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, primaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, primaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, referenceLines: Output<List<DashboardReferenceLineArgs>>? = null, sortConfiguration: Output<DashboardBoxPlotSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = 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
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.