#[non_exhaustive]pub struct BoxPlotChartConfiguration { /* private fields */ }
Expand description
The configuration of a BoxPlotVisual
.
Implementations§
source§impl BoxPlotChartConfiguration
impl BoxPlotChartConfiguration
sourcepub fn field_wells(&self) -> Option<&BoxPlotFieldWells>
pub fn field_wells(&self) -> Option<&BoxPlotFieldWells>
The field wells of the visual.
sourcepub fn sort_configuration(&self) -> Option<&BoxPlotSortConfiguration>
pub fn sort_configuration(&self) -> Option<&BoxPlotSortConfiguration>
The sort configuration of a BoxPlotVisual
.
sourcepub fn box_plot_options(&self) -> Option<&BoxPlotOptions>
pub fn box_plot_options(&self) -> Option<&BoxPlotOptions>
The box plot chart options for a box plot visual
sourcepub fn category_axis(&self) -> Option<&AxisDisplayOptions>
pub fn category_axis(&self) -> Option<&AxisDisplayOptions>
The label display options (grid line, range, scale, axis step) of a box plot category.
sourcepub fn category_label_options(&self) -> Option<&ChartAxisLabelOptions>
pub fn category_label_options(&self) -> Option<&ChartAxisLabelOptions>
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
sourcepub fn primary_y_axis_display_options(&self) -> Option<&AxisDisplayOptions>
pub fn primary_y_axis_display_options(&self) -> Option<&AxisDisplayOptions>
The label display options (grid line, range, scale, axis step) of a box plot category.
sourcepub fn primary_y_axis_label_options(&self) -> Option<&ChartAxisLabelOptions>
pub fn primary_y_axis_label_options(&self) -> Option<&ChartAxisLabelOptions>
The label options (label text, label visibility and sort icon visibility) of a box plot value.
sourcepub fn legend(&self) -> Option<&LegendOptions>
pub fn legend(&self) -> Option<&LegendOptions>
The options for the legend setup of a visual.
sourcepub fn tooltip(&self) -> Option<&TooltipOptions>
pub fn tooltip(&self) -> Option<&TooltipOptions>
The tooltip display setup of the visual.
sourcepub fn reference_lines(&self) -> Option<&[ReferenceLine]>
pub fn reference_lines(&self) -> Option<&[ReferenceLine]>
The reference line setup of the visual.
sourcepub fn visual_palette(&self) -> Option<&VisualPalette>
pub fn visual_palette(&self) -> Option<&VisualPalette>
The palette (chart color) display setup of the visual.
source§impl BoxPlotChartConfiguration
impl BoxPlotChartConfiguration
sourcepub fn builder() -> BoxPlotChartConfigurationBuilder
pub fn builder() -> BoxPlotChartConfigurationBuilder
Creates a new builder-style object to manufacture BoxPlotChartConfiguration
.
Trait Implementations§
source§impl Clone for BoxPlotChartConfiguration
impl Clone for BoxPlotChartConfiguration
source§fn clone(&self) -> BoxPlotChartConfiguration
fn clone(&self) -> BoxPlotChartConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for BoxPlotChartConfiguration
impl Debug for BoxPlotChartConfiguration
source§impl PartialEq<BoxPlotChartConfiguration> for BoxPlotChartConfiguration
impl PartialEq<BoxPlotChartConfiguration> for BoxPlotChartConfiguration
source§fn eq(&self, other: &BoxPlotChartConfiguration) -> bool
fn eq(&self, other: &BoxPlotChartConfiguration) -> bool
self
and other
values to be equal, and is used
by ==
.