Analysis Box Plot Chart Configuration
data class AnalysisBoxPlotChartConfiguration(val boxPlotOptions: AnalysisBoxPlotOptions? = null, val categoryAxis: AnalysisAxisDisplayOptions? = null, val categoryLabelOptions: AnalysisChartAxisLabelOptions? = null, val fieldWells: AnalysisBoxPlotFieldWells? = null, val interactions: AnalysisVisualInteractionOptions? = null, val legend: AnalysisLegendOptions? = null, val primaryYAxisDisplayOptions: AnalysisAxisDisplayOptions? = null, val primaryYAxisLabelOptions: AnalysisChartAxisLabelOptions? = null, val referenceLines: List<AnalysisReferenceLine>? = null, val sortConfiguration: AnalysisBoxPlotSortConfiguration? = null, val tooltip: AnalysisTooltipOptions? = null, val visualPalette: AnalysisVisualPalette? = null)
Constructors
Link copied to clipboard
constructor(boxPlotOptions: AnalysisBoxPlotOptions? = null, categoryAxis: AnalysisAxisDisplayOptions? = null, categoryLabelOptions: AnalysisChartAxisLabelOptions? = null, fieldWells: AnalysisBoxPlotFieldWells? = null, interactions: AnalysisVisualInteractionOptions? = null, legend: AnalysisLegendOptions? = null, primaryYAxisDisplayOptions: AnalysisAxisDisplayOptions? = null, primaryYAxisLabelOptions: AnalysisChartAxisLabelOptions? = null, referenceLines: List<AnalysisReferenceLine>? = null, sortConfiguration: AnalysisBoxPlotSortConfiguration? = null, tooltip: AnalysisTooltipOptions? = null, visualPalette: AnalysisVisualPalette? = 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.