#[non_exhaustive]pub struct BoxPlotAggregatedFieldWells { /* private fields */ }
Expand description
The aggregated field well for a box plot.
Implementations§
source§impl BoxPlotAggregatedFieldWells
impl BoxPlotAggregatedFieldWells
sourcepub fn group_by(&self) -> Option<&[DimensionField]>
pub fn group_by(&self) -> Option<&[DimensionField]>
The group by field well of a box plot chart. Values are grouped based on group by fields.
sourcepub fn values(&self) -> Option<&[MeasureField]>
pub fn values(&self) -> Option<&[MeasureField]>
The value field well of a box plot chart. Values are aggregated based on group by fields.
source§impl BoxPlotAggregatedFieldWells
impl BoxPlotAggregatedFieldWells
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BoxPlotAggregatedFieldWells
.
Trait Implementations§
source§impl Clone for BoxPlotAggregatedFieldWells
impl Clone for BoxPlotAggregatedFieldWells
source§fn clone(&self) -> BoxPlotAggregatedFieldWells
fn clone(&self) -> BoxPlotAggregatedFieldWells
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BoxPlotAggregatedFieldWells
impl Debug for BoxPlotAggregatedFieldWells
source§impl PartialEq<BoxPlotAggregatedFieldWells> for BoxPlotAggregatedFieldWells
impl PartialEq<BoxPlotAggregatedFieldWells> for BoxPlotAggregatedFieldWells
source§fn eq(&self, other: &BoxPlotAggregatedFieldWells) -> bool
fn eq(&self, other: &BoxPlotAggregatedFieldWells) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.